From 80d8c3d4c96809bf5bdf41b890b67da5df149ce7 Mon Sep 17 00:00:00 2001 From: Philip Peterson <1326208+philip-peterson@users.noreply.github.com> Date: Fri, 20 Dec 2024 06:41:54 -0500 Subject: [PATCH] tryfix --- nixos/nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/nginx.nix b/nixos/nginx.nix index ec9727c..eeac851 100644 --- a/nixos/nginx.nix +++ b/nixos/nginx.nix @@ -116,7 +116,7 @@ addSSL = true; locations."/" = { proxyPass = "http://127.0.0.1:3000/"; # pass through to Forgejo - } + }; }; };