Skip to content

Instantly share code, notes, and snippets.

@kaivanov
Created April 22, 2014 19:34
Show Gist options
  • Save kaivanov/de31e27dfbf9073b2836 to your computer and use it in GitHub Desktop.
Save kaivanov/de31e27dfbf9073b2836 to your computer and use it in GitHub Desktop.
[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