Skip to content

Commit

Permalink
Add TIMEOUT env variable
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Bigler <nicolas.bigler@vshn.ch>
  • Loading branch information
TheBigLee committed Feb 1, 2024
1 parent b72f10b commit 427d1ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion v3.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ ENV APACHE_RUN_USER=www-data \
PROXY_SSL_VERIFY=none \
PROXY_SSL_CHECK_PEER_NAME=on \
PROXY_SSL_CA_CERT=/etc/ssl/certs/ca-certificates.crt \
PROXY_TIMEOUT=42 \
PROXY_TIMEOUT=60 \
TIMEOUT=60 \
PARANOIA=1 \
ANOMALY_INBOUND=1000 \
ANOMALY_OUTBOUND=1000 \
Expand Down

0 comments on commit 427d1ff

Please sign in to comment.