Skip to content

Instantly share code, notes, and snippets.

@andizzle
Created August 6, 2013 01:04
Show Gist options
  • Save andizzle/6161145 to your computer and use it in GitHub Desktop.
Save andizzle/6161145 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ProxyPreserveHost On
ProxyRequests Off
ServerName jira.emoteworkstation.com
ServerAlias jira.emoteworkstation.com
ProxyPass / http://jira.emoteworkstation.com:8080/
ProxyPassReverse / http://jira.emoteworkstation.com:8080/
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment