Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save roneigebert/4d8f68f9a91d8592645886c3e4a2cd83 to your computer and use it in GitHub Desktop.
Save roneigebert/4d8f68f9a91d8592645886c3e4a2cd83 to your computer and use it in GitHub Desktop.
Apache proxy
<VirtualHost *:80>
ProxyPreserveHost On
ProxyRequests Off
ServerName host-origem-na-porta-80.com.br
ProxyPass / http://host-de-destino:8080/
ProxyPassReverse / http://host-de-destino:8080/
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment