Skip to content

Instantly share code, notes, and snippets.

@chtz
Created November 4, 2013 10:45
Show Gist options
  • Save chtz/7300908 to your computer and use it in GitHub Desktop.
Save chtz/7300908 to your computer and use it in GitHub Desktop.
JBoss EC2 Dev Env Apache Proxy Conf
<VirtualHost *:80>
ProxyPreserveHost On
ProxyPass / http://localhost:8080/
ProxyPassReverse / http://localhost:8080/
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment