Skip to content

Instantly share code, notes, and snippets.

@lucassmacedo
Created August 17, 2018 13:52
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 lucassmacedo/572a262739e2c36d10b35f10543de9ee to your computer and use it in GitHub Desktop.
Save lucassmacedo/572a262739e2c36d10b35f10543de9ee to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ProxyPreserveHost On
ProxyErrorOverride On
ProxyPass /http-bind/ http://172.16.202.110:7070/http-bind/
ProxyPassReverse /http-bind/ http://172.16.202.110:7070/http-bind/
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment