diff --git a/conf/httpd.conf b/conf/httpd.conf index bc3a0d1..d068787 100644 --- a/conf/httpd.conf +++ b/conf/httpd.conf @@ -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 - + ProxyPass / http://127.0.0.1:3000/ ProxyPassReverse / http://127.0.0.1:3000/