Skip to content

Instantly share code, notes, and snippets.

@BobGneu
Created September 15, 2014 22:56
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 BobGneu/83ee6557a5a23ad3c19f to your computer and use it in GitHub Desktop.
Save BobGneu/83ee6557a5a23ad3c19f to your computer and use it in GitHub Desktop.
Apache redirect to Node Application =)
<VirtualHost *:80>
ServerName subdomain.yourdomain.com
ProxyPreserveHost on
ProxyPass / http://localhost:3000/
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment