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;
server_name _;
#max upload size for gcodes (0 = no limit)
client_max_body_size 0;
proxy_request_buffering off;
location / {
try_files $uri $uri/ /index.html;