Skip to content

Instantly share code, notes, and snippets.

@lenybernard
Created April 9, 2019 09:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lenybernard/e39983e9fda3e36a3d2071c40a86e070 to your computer and use it in GitHub Desktop.
Save lenybernard/e39983e9fda3e36a3d2071c40a86e070 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName mywebsite.com
ProxyPreserveHost On
ProxyPass / http://127.0.0.1:7051/
ProxyPassReverse / http://127.0.0.1:7051/
ProxyPassReverseCookieDomain 127.0.0.1 mywebsite.com
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment