kys
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
ServerRoot "/etc/httpd"
|
ServerRoot "/etc/httpd"
|
||||||
|
ServerName "10.60.0.1"
|
||||||
|
|
||||||
Listen 80
|
Listen 80
|
||||||
User apache
|
User apache
|
||||||
Group apache
|
Group apache
|
||||||
@@ -74,7 +76,7 @@ AddDefaultCharset UTF-8
|
|||||||
ProxyRequests Off
|
ProxyRequests Off
|
||||||
ProxyPreserveHost On
|
ProxyPreserveHost On
|
||||||
|
|
||||||
<VirtualHost *:80>
|
<VirtualHost 10.60.0.1:80>
|
||||||
ProxyPass / http://127.0.0.1:3000/
|
ProxyPass / http://127.0.0.1:3000/
|
||||||
ProxyPassReverse / http://127.0.0.1:3000/
|
ProxyPassReverse / http://127.0.0.1:3000/
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|||||||
Reference in New Issue
Block a user