-
-
Save kaivanov/de31e27dfbf9073b2836 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@lb1 ~] cat /etc/pound/pound.cfg | |
User "www-data" | |
Group "www-data" | |
LogLevel 3 | |
## check backend every X secs: | |
Alive 5 | |
Control "/var/run/pound/poundctl.socket" | |
ListenHTTPS | |
Address 192.168.29.100 | |
Port 443 | |
AddHeader "X-Forwarded-Proto: https" | |
Cert "/etc/ssl/local.server.pem" | |
xHTTP 0 | |
Service | |
BackEnd | |
Address 192.168.29.100 | |
Port 80 | |
End | |
End | |
End | |
[root@lb1 ~] /etc/init.d/pound start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment