diff --git a/nginx/huly.nginx b/nginx/huly.nginx index 1c924dd..23fdf03 100644 --- a/nginx/huly.nginx +++ b/nginx/huly.nginx @@ -1,6 +1,8 @@ server { listen 80; server_name _; + client_max_body_size 100M; + location / { proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; @@ -66,4 +68,4 @@ server { rewrite ^/_rekoni(/.*)$ $1 break; proxy_pass http://rekoni:4004/; } -} \ No newline at end of file +}