From abc79b3ab1253ad38d1ac7d33d0d4c31db1e3f44 Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 19:59:26 -0500 Subject: [PATCH] 326 current 2025-10-11 19:57:36 25.05.20251006.20c4598 6.12.50 * --- flake.nix | 2 +- modules/homelab/services/gitea/default.nix | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index edcae21..5df16e3 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 325 current 2025-10-11 19:55:21 25.05.20251006.20c4598 6.12.50 * +# generation: 326 current 2025-10-11 19:57:36 25.05.20251006.20c4598 6.12.50 * { description = "blakes nix config"; inputs = { diff --git a/modules/homelab/services/gitea/default.nix b/modules/homelab/services/gitea/default.nix index e828bc4..f8f17f6 100644 --- a/modules/homelab/services/gitea/default.nix +++ b/modules/homelab/services/gitea/default.nix @@ -117,7 +117,6 @@ in proxyPass = "http://127.0.0.1:${toString cfg.port}"; extraConfig = "client_max_body_size 512M;" + - "proxy_pass http://localhost:${toString cfg.port};" + "proxy_set_header Connection $http_connection;" + "proxy_set_header Upgrade $http_upgrade;" + "proxy_set_header Host $host;" +