Skip to content

Instantly share code, notes, and snippets.

@selftaught
Created September 22, 2015 19:47
Show Gist options
  • Save selftaught/eef98f88dbbe78f4d9e7 to your computer and use it in GitHub Desktop.
Save selftaught/eef98f88dbbe78f4d9e7 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName projects.layer8games.com
ProxyPass / http://projects.layer8games.com:7990/
ProxyPassReverse / http://projects.layer8games.com:7990/
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment