Posts Revese proxy with apache on Interworx
Post
Cancel

Revese proxy with apache on Interworx

With the domain in siteworx you can add an apache include directly as the user.

The path that apache looks for files is below /home/user/var/domain/apache/*.conf

So if the account was example and the domain was example.com we would probally want to create the file at /home/example/var/example.com/apache/proxy.conf.

Assuming the service listens on port 3000 the configuration would look like the following:

1
2
ProxyPass / http://127.0.0.1:3000/
ProxyPassReverse / http://127.0.0.1:3000/
This post is licensed under CC BY 4.0 by the author.