diff options
Diffstat (limited to 'network/pound/pound.cfg.new')
-rw-r--r-- | network/pound/pound.cfg.new | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/network/pound/pound.cfg.new b/network/pound/pound.cfg.new new file mode 100644 index 0000000000..de171740fa --- /dev/null +++ b/network/pound/pound.cfg.new @@ -0,0 +1,60 @@ +User "nobody" +Group "nobody" +#RootJail "/var/pound/jail" +#Alive 60 + +## Main listening ports +#ListenHTTP +# Address 1.2.3.4 +# Port 80 +# Client 10 +#End +#ListenHTTPS +# Address 1.2.3.4 +# Port 443 +# Cert "/etc/pound/pound.pem" +# Client 20 +#End + +## Image server +#Service +# URL ".*.(jpg|gif)" +# BackEnd +# Address 192.168.0.10 +# Port 80 +# End +#End +## Virtual host www.myserver.com +#Service +# URL ".*sessid=.*" +# HeadRequire "Host:.*www.myserver.com.*" +# BackEnd +# Address 192.168.0.11 +# Port 80 +# End +# Session +# Type URL +# ID "sessid" +# TTL 120 +# End +#End + +## Everybody else +#Service +# BackEnd +# Address 192.168.0.20 +# Port 80 +# Priority 5 +# End +# BackEnd +# Address 192.168.0.21 +# Port 80 +# Priority 4 +# End +# Session +# Type COOKIE +# ID "userid" +# TTL 180 +# End +#End + |