feat: make proxy read timeout configurable via env (#975)

This commit is contained in:
Bernhard Sirlinger
2022-12-25 08:53:55 +01:00
committed by GitHub
parent e9a2512ba2
commit 75e44ba902
5 changed files with 10 additions and 1 deletions

View File

@@ -38,3 +38,7 @@ UPSTREAM_REAL_IP_HEADER=
# is replaced by the last address sent in the request header field defined by the real_ip_header directive.
# If recursive search is enabled, the original client address that matches one of the trusted addresses is replaced by the last non-trusted address sent in the request header field.
UPSTREAM_REAL_IP_RECURSIVE=
# All Values Allowed by nginx proxy_read_timeout are allowed, default value is 120s
# Useful if you have longrunning print formats or slow loading sites
PROXY_READ_TIMOUT=