Skip to content

Instantly share code, notes, and snippets.

@Shebella
Created July 20, 2015 09:45
Show Gist options
  • Save Shebella/bc5ece4e191f53e90de5 to your computer and use it in GitHub Desktop.
Save Shebella/bc5ece4e191f53e90de5 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ProxyPreserveHost On
ProxyRequests Off
ServerName www.example.com
ServerAlias example.com
ProxyPass / http://localhost:8080/example/
ProxyPassReverse / http://localhost:8080/example/
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment