Created
October 1, 2011 12:41
-
-
Save iley/1256011 to your computer and use it in GitHub Desktop.
tiny proxy config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
User nobody | |
Group nogroup | |
Port 8888 | |
Timeout 600 | |
DefaultErrorFile "/usr/share/tinyproxy/default.html" | |
#StatFile "/usr/share/tinyproxy/stats.html" | |
Logfile "/var/log/tinyproxy/tinyproxy.log" | |
LogLevel Info | |
PidFile "/var/run/tinyproxy/tinyproxy.pid" | |
upstream amazon.iley.ru:3128 "pandora.com" | |
upstream amazon.iley.ru:3128 ".pandora.com" | |
MaxClients 16 | |
MinSpareServers 3 | |
MaxSpareServers 20 | |
StartServers 3 | |
MaxRequestsPerChild 0 | |
Allow 127.0.0.1 | |
Allow 89.249.165.31 | |
DisableViaHeader Yes | |
ConnectPort 443 | |
ConnectPort 563 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment