port update

This commit is contained in:
martin 2025-01-20 16:39:27 +01:00
parent 4b1d19b858
commit 6caeced0f0

View File

@ -5,7 +5,7 @@ server {
location /maintenance.html { location /maintenance.html {
root /var/www/html; root /var/www/html;
} }
listen 443; listen 44300;
location / { location / {
proxy_pass http://192.168.178.21:8004; proxy_pass http://192.168.178.21:8004;
proxy_intercept_errors on; proxy_intercept_errors on;