| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- ##
- ## pound.cfg -- Pound Reverse Proxy Configuration
- ##
- User "@l_nusr@"
- Group "@l_ngrp@"
- RootJail "@l_prefix@/var/pound"
- LogLevel 2
- Alive 30
- ListenHTTP
- Address 127.0.0.1
- Port 8080
- xHTTP 1
- WebDAV 1
- Client 30
- CheckURL ".*"
- End
- ListenHTTPS
- Address 127.0.0.1
- Port 8443
- Cert "@l_prefix@/etc/pound/pound.pem"
- xHTTP 1
- WebDAV 1
- Client 30
- CheckURL ".*"
- End
- Service
- BackEnd
- Address 127.0.0.1
- Port 80
- Priority 1
- End
- #BackEnd
- # Address 127.0.0.1
- # Port 80
- # Priority 2
- #End
- #BackEnd
- # Address 127.0.0.1
- # Port 80
- # Priority 3
- #End
- Session
- Type IP
- TTL 300
- End
- End
|