Skip to content

Instantly share code, notes, and snippets.

@Guitsou
Created August 12, 2013 15:32
Show Gist options
  • Save Guitsou/6211934 to your computer and use it in GitHub Desktop.
Save Guitsou/6211934 to your computer and use it in GitHub Desktop.
http://blog.xn--hry-bma.com/article9/configurer-un-reverse-proxy-apache-http-https
<VirtualHost *:80>
#
ServerName nomdedomaine.tld #
ProxyPreserveHost On
ProxyRequests off
ProxyPass / http://IPSERVEURWEBINTERNE/
ProxyPassReverse / http://IPSERVEURWEBINTERNE/
#
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment