reverse-proxy: increase max request size
For uploading pictures and such.
This commit is contained in:
parent
973ce03249
commit
efdb74497a
|
@ -15,6 +15,7 @@ server {
|
|||
|
||||
proxy_connect_timeout 30s;
|
||||
proxy_max_temp_file_size 0;
|
||||
client_max_body_size 200M;
|
||||
|
||||
# TODO maybe
|
||||
#proxy_ssl_verify on;
|
||||
|
|
Loading…
Reference in a new issue