Skip to content

Instantly share code, notes, and snippets.

@iley
Created October 1, 2011 12:41
Show Gist options
  • Save iley/1256011 to your computer and use it in GitHub Desktop.
Save iley/1256011 to your computer and use it in GitHub Desktop.
tiny proxy config
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