tang minghao commited on
Update tinyproxy.conf
Browse files- tinyproxy.conf +4 -4
tinyproxy.conf
CHANGED
|
@@ -3,13 +3,13 @@ Group root
|
|
| 3 |
Port 8888
|
| 4 |
BindSame yes
|
| 5 |
Timeout 30
|
| 6 |
-
DefaultErrorFile "/
|
| 7 |
StatHost "127.0.0.1"
|
| 8 |
-
StatFile "/
|
| 9 |
-
LogFile "/opt/tinyproxy/tinyproxy.log"
|
| 10 |
LogLevel Info
|
| 11 |
MaxClients 1024
|
| 12 |
-
ViaProxyName "
|
| 13 |
XTinyproxy no
|
| 14 |
DisableViaHeader yes
|
| 15 |
BasicAuth user pass
|
|
|
|
| 3 |
Port 8888
|
| 4 |
BindSame yes
|
| 5 |
Timeout 30
|
| 6 |
+
DefaultErrorFile "/opt/tinyproxy/data/default.html"
|
| 7 |
StatHost "127.0.0.1"
|
| 8 |
+
StatFile "/opt/tinyproxy/data/stats.html"
|
| 9 |
+
LogFile "/opt/tinyproxy/data/tinyproxy.log"
|
| 10 |
LogLevel Info
|
| 11 |
MaxClients 1024
|
| 12 |
+
ViaProxyName "tinyproxy"
|
| 13 |
XTinyproxy no
|
| 14 |
DisableViaHeader yes
|
| 15 |
BasicAuth user pass
|