reverse-proxy: increase max request size

For uploading pictures and such.
This commit is contained in:
Timotej Lazar 2024-11-18 12:42:36 +01:00
parent 973ce03249
commit efdb74497a

View file

@ -15,6 +15,7 @@ server {
proxy_connect_timeout 30s; proxy_connect_timeout 30s;
proxy_max_temp_file_size 0; proxy_max_temp_file_size 0;
client_max_body_size 200M;
# TODO maybe # TODO maybe
#proxy_ssl_verify on; #proxy_ssl_verify on;