1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-07-17 01:22:25 +02:00

Avoid inactive connection

https://github.com/tinyproxy/tinyproxy/issues/199
This commit is contained in:
Lucien
2020-08-26 11:02:06 +08:00
committed by GitHub
parent 0c332ab01e
commit f21ffd6bfa

View File

@ -10,6 +10,7 @@ RUN set -xe \
&& sed -i -e '/^Allow /s/^/#/' \
-e '/^ConnectPort /s/^/#/' \
-e '/^#DisableViaHeader /s/^#//' \
-e 's/^Timeout.*/Timeout 10/' \
/etc/tinyproxy/tinyproxy.conf
VOLUME /etc/tinyproxy