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 - } + }; }; };