fix: update nginx config

This commit is contained in:
th33xitus
2021-03-28 15:46:48 +02:00
parent 67f6a2c599
commit d658c3a4cd

View File

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