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