From d658c3a4cdbd896725b7cf89916cebc00ba4a171 Mon Sep 17 00:00:00 2001 From: th33xitus Date: Sun, 28 Mar 2021 15:46:48 +0200 Subject: [PATCH] fix: update nginx config --- resources/klipper_webui_nginx.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/klipper_webui_nginx.cfg b/resources/klipper_webui_nginx.cfg index c0db5cc..8c0d826 100644 --- a/resources/klipper_webui_nginx.cfg +++ b/resources/klipper_webui_nginx.cfg @@ -23,8 +23,7 @@ server { index index.html; server_name _; - #max upload size for gcodes (0 = no limit) - client_max_body_size 0; + proxy_request_buffering off; location / { try_files $uri $uri/ /index.html;