Skip to content

Instantly share code, notes, and snippets.

@totem3
Created October 8, 2014 23:59
Show Gist options
  • Save totem3/669b5abc73901b9dae9e to your computer and use it in GitHub Desktop.
Save totem3/669b5abc73901b9dae9e to your computer and use it in GitHub Desktop.
<IfModule mod_proxy.c>
ProxyRequests Off
ProxyPass / http://localhost:8000/
ProxyPassReverse / http://localhost:8000/
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment