Skip to content

Instantly share code, notes, and snippets.

@jmingov
Created June 25, 2015 10:41
Show Gist options
  • Select an option

  • Save jmingov/88f2965681d032c7f802 to your computer and use it in GitHub Desktop.

Select an option

Save jmingov/88f2965681d032c7f802 to your computer and use it in GitHub Desktop.
R PROXY APACHE-NODE
ProxyRequests off
ProxyPreserveHost on
ProxyPass / http://127.0.0.1:3000/
ProxyPassReverse / http://127.0.0.1:3000/
EASY PEACY
@jmingov

jmingov commented Jun 25, 2015

Copy link
Copy Markdown
Author

Esto va en un virtualHost...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment