This commit is contained in:
vasco
2026-05-31 18:37:17 +01:00
parent 00f537bc3a
commit f69d1d3b38
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
ServerRoot "/etc/httpd"
Listen 420
Listen 80
User apache
Group apache
@@ -74,7 +74,7 @@ AddDefaultCharset UTF-8
ProxyRequests Off
ProxyPreserveHost On
<VirtualHost *:420>
<VirtualHost *:80>
ProxyPass / http://127.0.0.1:3000/
ProxyPassReverse / http://127.0.0.1:3000/
</VirtualHost>
@@ -83,4 +83,4 @@ ProxyPreserveHost On
# EnableSendfile on
IncludeOptional conf.d/*.conf
ServerAdmin jeevacation@gmail.com
# ServerName www.coimbravpn.com:420
# ServerName www.coimbravpn.com:80