Skip to content

Instantly share code, notes, and snippets.

@sakp

sakp/.htaccess Secret

Created September 10, 2014 22:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sakp/62830a1e1ca3b645d9d5 to your computer and use it in GitHub Desktop.
Save sakp/62830a1e1ca3b645d9d5 to your computer and use it in GitHub Desktop.
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass / http://localhost:<port>/
ProxyPassReverse / http://localhost:<port>/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment