SyntaxFix
Write A Post
Hire A Developer
Questions
this worked for me:
ProxyRequests Off ProxyPreserveHost On RewriteEngine On <Proxy http://localhost:8123> Order deny,allow Allow from all </Proxy> ProxyPass /node http://localhost:8123 ProxyPassReverse /node http://localhost:8123