mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-15 03:24:29 +05:00
fix: update a comment in nginx configs
This commit is contained in:
@@ -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 / {
|
||||
|
||||
@@ -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 / {
|
||||
|
||||
Reference in New Issue
Block a user