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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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