tang minghao commited on
Update tinyproxy.conf
Browse files- tinyproxy.conf +3 -3
tinyproxy.conf
CHANGED
|
@@ -3,10 +3,10 @@ Group nobody
|
|
| 3 |
Port 8888
|
| 4 |
BindSame yes
|
| 5 |
Timeout 30
|
| 6 |
-
DefaultErrorFile "
|
| 7 |
StatHost "tonsr-tinyproxy.hf.space"
|
| 8 |
-
StatFile "
|
| 9 |
-
LogFile "
|
| 10 |
LogLevel Info
|
| 11 |
MaxClients 1024
|
| 12 |
ViaProxyName "tinyproxy"
|
|
|
|
| 3 |
Port 8888
|
| 4 |
BindSame yes
|
| 5 |
Timeout 30
|
| 6 |
+
DefaultErrorFile "/home/user/tinyproxy/default.html"
|
| 7 |
StatHost "tonsr-tinyproxy.hf.space"
|
| 8 |
+
StatFile "/home/user/tinyproxy/stats.html"
|
| 9 |
+
LogFile "/home/user/tinyproxy/tinyproxy.log"
|
| 10 |
LogLevel Info
|
| 11 |
MaxClients 1024
|
| 12 |
ViaProxyName "tinyproxy"
|