infrastructure-as-code/roles/reverse-proxy/files/proxy.conf

7 lines
144 B
Plaintext
Raw Normal View History

2023-01-15 15:52:26 +00:00
client_max_body_size 2048m;
# Fixes push timeout in docker registry
proxy_read_timeout 300;
proxy_connect_timeout 300;
proxy_send_timeout 300;