pound.cfg 878 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. ##
  2. ## pound.cfg -- Pound Reverse Proxy Configuration
  3. ##
  4. User "@l_nusr@"
  5. Group "@l_ngrp@"
  6. RootJail "@l_prefix@/var/pound"
  7. LogLevel 2
  8. Alive 30
  9. ListenHTTP
  10. Address 127.0.0.1
  11. Port 8080
  12. xHTTP 1
  13. WebDAV 1
  14. Client 30
  15. CheckURL ".*"
  16. End
  17. ListenHTTPS
  18. Address 127.0.0.1
  19. Port 8443
  20. Cert "@l_prefix@/etc/pound/pound.pem"
  21. xHTTP 1
  22. WebDAV 1
  23. Client 30
  24. CheckURL ".*"
  25. End
  26. Service
  27. BackEnd
  28. Address 127.0.0.1
  29. Port 80
  30. Priority 1
  31. End
  32. #BackEnd
  33. # Address 127.0.0.1
  34. # Port 80
  35. # Priority 2
  36. #End
  37. #BackEnd
  38. # Address 127.0.0.1
  39. # Port 80
  40. # Priority 3
  41. #End
  42. Session
  43. Type IP
  44. TTL 300
  45. End
  46. End