reverse-proxy: increase proxy read timeout

This commit is contained in:
Timotej Lazar 2024-11-18 13:29:46 +01:00
parent efdb74497a
commit cdb8fe6b66

View file

@ -14,8 +14,9 @@ server {
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
proxy_connect_timeout 30s; proxy_connect_timeout 30s;
proxy_read_timeout 800s;
proxy_max_temp_file_size 0; proxy_max_temp_file_size 0;
client_max_body_size 200M; client_max_body_size 200M;
# TODO maybe # TODO maybe
#proxy_ssl_verify on; #proxy_ssl_verify on;