Skip to content

Instantly share code, notes, and snippets.

@vodolaz095
Last active December 27, 2015 20:28
Show Gist options
  • Save vodolaz095/7384318 to your computer and use it in GitHub Desktop.
Save vodolaz095/7384318 to your computer and use it in GitHub Desktop.
Pound.cfg
User "pound"
Group "pound"
LogLevel 0
LogFacility -
Alive 1
TimeOut 10
ListenHTTP
Address 0.0.0.0
xHTTP 1
Port 80
End
ListenHTTPS
Address 0.0.0.0
Port 443
xHTTP 1
Cert "/etc/pki/tls/certs/pound.pem"
End
Service
BackEnd
Address 127.0.0.1
Port 3000
End
End
@vodolaz095
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment