mirror of
https://github.com/akuker/RASCSI.git
synced 2025-01-24 18:30:27 +00:00
unlimited upload in nginx
This commit is contained in:
parent
c2c0d5cbf7
commit
ffc9c36456
@ -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/;
|
||||
|
Loading…
x
Reference in New Issue
Block a user