mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-20 14:24:28 +05:00
fix: remove upload limit of 200M in NGINX configs for mainsail and fluidd
This commit is contained in:
@@ -24,7 +24,7 @@ server {
|
|||||||
server_name _;
|
server_name _;
|
||||||
|
|
||||||
#max upload size for gcodes
|
#max upload size for gcodes
|
||||||
client_max_body_size 200M;
|
client_max_body_size 0;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
try_files $uri $uri/ /index.html;
|
try_files $uri $uri/ /index.html;
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ server {
|
|||||||
server_name _;
|
server_name _;
|
||||||
|
|
||||||
#max upload size for gcodes
|
#max upload size for gcodes
|
||||||
client_max_body_size 200M;
|
client_max_body_size 0;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
try_files $uri $uri/ /index.html;
|
try_files $uri $uri/ /index.html;
|
||||||
|
|||||||
Reference in New Issue
Block a user