Answer the question
In order to leave comments, you need to log in
Apache2 proxy redirect?
There are virtual host configs with a redirect to port 3100:
<VirtualHost mysite.ru:80>
ServerName www.mysite.ru
ServerAdmin [email protected]
ServerAlias mysite.ru
ProxyPreserveHost On
ProxyRequests Off
ProxyPass / http://localhost:3100/
ProxyPassReverse / http://localhost:3100/
</VirtualHost>
Answer the question
In order to leave comments, you need to log in
The doc says
https://httpd.apache.org/docs/2.4/mod/mod_proxy.html
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question