From 79993dd0787deb23135ecec483f23c7aa61eead8 Mon Sep 17 00:00:00 2001 From: Philip Peterson <1326208+philip-peterson@users.noreply.github.com> Date: Fri, 20 Dec 2024 07:00:31 -0500 Subject: [PATCH] wip --- nixos/nginx.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/nginx.nix b/nixos/nginx.nix index 34a0972..ce4683a 100644 --- a/nixos/nginx.nix +++ b/nixos/nginx.nix @@ -111,7 +111,7 @@ }; }; "forge.quinefoundation.com-https" = { - serverName = [ "forge.quinefoundation.com" ]; + serverName = "forge.quinefoundation.com"; enableACME = true; listen = [ @@ -124,8 +124,8 @@ }; }; "forge.quinefoundation.com-http" = { - serverName = [ "forge.quinefoundation.com" ]; - + serverName = "forge.quinefoundation.com"; + listen = [ { addr = "0.0.0.0"; port = 80; } { addr = "[::]"; port = 80; }