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