fix: update a comment in nginx configs

This commit is contained in:
th33xitus
2021-01-25 18:50:49 +01:00
parent c14289a8a6
commit e3d242017d
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ server {
index index.html; index index.html;
server_name _; server_name _;
#disable max upload size #max upload size for gcodes (0 = no limit)
client_max_body_size 0; client_max_body_size 0;
location / { location / {

View File

@@ -23,7 +23,7 @@ server {
index index.html; index index.html;
server_name _; server_name _;
#disable max upload size #max upload size for gcodes (0 = no limit)
client_max_body_size 0; client_max_body_size 0;
location / { location / {