diff --git a/nginx.nix b/nginx.nix index 3d954d5..e02df29 100644 --- a/nginx.nix +++ b/nginx.nix @@ -7,7 +7,7 @@ locations."/" = { proxyPass = "http://localhost:3000"; }; - } + }; virtualHosts."185.170.113.195" = { listen = [{ addr = "0.0.0.0"; @@ -41,5 +41,5 @@ }; }; - networking.firewall.allowedTCPPorts = [ 80, 3000 ]; + networking.firewall.allowedTCPPorts = [ 80 3000 ]; }