diff --git a/nginx.conf b/nginx.conf index 0bde1b9..061dea7 100644 --- a/nginx.conf +++ b/nginx.conf @@ -4,6 +4,8 @@ server { root /srv/www/webui/; + client_max_body_size 50M; + location / { index index.html; }