From e3d242017d7299ec1e281429203ab7518666740e Mon Sep 17 00:00:00 2001 From: th33xitus Date: Mon, 25 Jan 2021 18:50:49 +0100 Subject: [PATCH] fix: update a comment in nginx configs --- resources/fluidd_nginx.cfg | 2 +- resources/mainsail_nginx.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/fluidd_nginx.cfg b/resources/fluidd_nginx.cfg index bbcd70a..7510ce8 100644 --- a/resources/fluidd_nginx.cfg +++ b/resources/fluidd_nginx.cfg @@ -23,7 +23,7 @@ server { index index.html; server_name _; - #disable max upload size + #max upload size for gcodes (0 = no limit) client_max_body_size 0; location / { diff --git a/resources/mainsail_nginx.cfg b/resources/mainsail_nginx.cfg index 53c97be..7393c11 100644 --- a/resources/mainsail_nginx.cfg +++ b/resources/mainsail_nginx.cfg @@ -23,7 +23,7 @@ server { index index.html; server_name _; - #disable max upload size + #max upload size for gcodes (0 = no limit) client_max_body_size 0; location / {