]> git.pld-linux.org Git - packages/pound.git/blobdiff - pound.cfg
- config that is actually valid for pound-2.3.2
[packages/pound.git] / pound.cfg
index 882fd8b85b467f1d340eb2639355f0eb0df785cd..f660bcc874dd0a8b276a848c6763204ec46715ad 100644 (file)
--- a/pound.cfg
+++ b/pound.cfg
@@ -1,21 +1,15 @@
-User nobody
-Group nobody
-RootJail /usr/share/empty
-ListenHTTP 127.0.0.1,81
-ExtendedHTTP 1
+User "nobody"
+Group "nobody"
+RootJail "/usr/share/empty"
 
-# Images server(s)
-UrlGroup ".*.(jpg|gif)"
-BackEnd 127.0.0.1,80,1
-Session 0
-EndGroup
+ListenHTTP
+       Address 127.0.0.1
+       Port 81
+End
 
-# Block all requests for /forbidden
-UrlGroup "/forbidden.*"
-EndGroup
-
-# Catch-all server(s)
-UrlGroup ".*"
-BackEnd 127.0.0.1,80,1
-Session BASIC 300
-EndGroup
+Service
+       BackEnd
+               Address 127.0.0.1
+               Port    80
+       End
+End
This page took 0.038622 seconds and 4 git commands to generate.