This commit is contained in:
vasco
2026-05-31 18:50:32 +01:00
parent f69d1d3b38
commit e90263b3c5

View File

@@ -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>