From 48ae2232a8e6b8787c0e02c1c8c8feb7bbb8c526 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 1 Oct 2023 13:57:05 -0600 Subject: [PATCH] [NixOS] Oops fix gitea hopefully --- nixos/gitea.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/gitea.nix b/nixos/gitea.nix index e0991e6e..e9145ca2 100644 --- a/nixos/gitea.nix +++ b/nixos/gitea.nix @@ -27,7 +27,7 @@ makeEnable config "modules.gitea" false { ssl = true; }]; locations."/" = { - proxyPass = "http://localhost:3000"; + proxyPass = "http://localhost:3001"; }; }; };