Skip to content

Instantly share code, notes, and snippets.

@divanvisagie
Created February 6, 2013 08:15
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save divanvisagie/bbd68e51e990ec717bc4 to your computer and use it in GitHub Desktop.
Save divanvisagie/bbd68e51e990ec717bc4 to your computer and use it in GitHub Desktop.
<IfModule mod_proxy.c>
ProxyRequests On
ProxyPreserveHost On
ProxyStatus On
<Location /status>
SetHandler server-status
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Location>
ProxyPass /node http://localhost:8080
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment