From e996b3107d6ac137403118f7db9830cac38927c0 Mon Sep 17 00:00:00 2001 From: Tine Date: Mon, 6 Jan 2025 20:24:16 +0100 Subject: [PATCH] fix(ingress.tjo.cloud/dyndns): issues --- ingress.tjo.cloud/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ingress.tjo.cloud/install.sh b/ingress.tjo.cloud/install.sh index ab2decd..bb56ee9 100755 --- a/ingress.tjo.cloud/install.sh +++ b/ingress.tjo.cloud/install.sh @@ -126,6 +126,7 @@ ufw allow 443 # HTTPS ufw allow 465 # EMAIL ufw allow 587 # EMAIL ufw allow 993 # EMAIL +ufw allow 1337 # HTTP (healthcheck) ufw allow 4190 # EMAIL ufw allow 2222 # SSH ACCESS @@ -137,5 +138,6 @@ systemctl enable ufw echo "== Configure NGINX" cp assets/dbip-city-lite-2023-07.mmdb /var/geoip.mmdb cp -r root/etc/nginx/* /etc/nginx/ +unlink /etc/nginx/sites-enabled/default || true systemctl enable --now nginx systemctl reload nginx