mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-20 06:14:27 +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;
|
||||||
@@ -84,4 +84,4 @@ server {
|
|||||||
location /webcam/ {
|
location /webcam/ {
|
||||||
proxy_pass http://mjpgstreamer/;
|
proxy_pass http://mjpgstreamer/;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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;
|
||||||
@@ -84,4 +84,4 @@ server {
|
|||||||
location /webcam/ {
|
location /webcam/ {
|
||||||
proxy_pass http://mjpgstreamer/;
|
proxy_pass http://mjpgstreamer/;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user