From eb26b50788c9b2fa2d4cdb044f937dd49632a338 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Fri, 27 Dec 2024 19:43:32 +0200 Subject: [PATCH] Changed to port 80 --- nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.nix b/nginx.nix index b739e6b..c925151 100644 --- a/nginx.nix +++ b/nginx.nix @@ -12,7 +12,7 @@ virtualHosts."185.170.113.195" = { listen = [{ addr = "0.0.0.0"; - port = 3000; + port = 80; }]; locations."/" = {