unlimited upload in nginx

This commit is contained in:
Eric Helgeson 2021-05-13 12:41:30 -05:00
parent c2c0d5cbf7
commit ffc9c36456

View File

@ -5,6 +5,8 @@ server {
proxy_pass http://localhost:8080;
}
client_max_body_size 0;
error_page 502 /502.html;
location = /502.html {
root /var/www/html/;