Skip to content

Instantly share code, notes, and snippets.

@flores
Created October 18, 2010 20:42
Show Gist options
  • Save flores/633019 to your computer and use it in GitHub Desktop.
Save flores/633019 to your computer and use it in GitHub Desktop.
global
log 127.0.0.1 local0 notice
maxconn 5000
daemon
stats socket /tmp/proxystats level admin # we'll use this guy to do stuff.
defaults
log global
mode http
option httplog
option dontlognull
stats enable
stats uri /proxystats # and this guy for statistics
stats auth webreport:areallysecretsupersecurepassword
stats refresh 5s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment