From 094678a2b1c2dfea35d50ced3749129cd4b573ee Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 19:16:20 -0500 Subject: [PATCH] 316 current 2025-10-11 19:11:22 25.05.20251006.20c4598 6.12.50 * --- modules/homelab/services/gitea/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/homelab/services/gitea/default.nix b/modules/homelab/services/gitea/default.nix index 65cc901..a76485b 100644 --- a/modules/homelab/services/gitea/default.nix +++ b/modules/homelab/services/gitea/default.nix @@ -98,7 +98,7 @@ in locations."/" = { proxyPass = "http://127.0.0.1:${toString cfg.port}"; extraConfig = - client_max_body_size 512M; + + "client_max_body_size 512M;" + "proxy_pass http://localhost:3000;" + "proxy_set_header Connection $http_connection;' + "proxy_set_header Upgrade $http_upgrade;' + @@ -116,7 +116,7 @@ in locations."/" = { proxyPass = "http://127.0.0.1:${toString cfg.port}"; extraConfig = - client_max_body_size 512M; + + "client_max_body_size 512M;" + "proxy_pass http://localhost:3000;" + "proxy_set_header Connection $http_connection;' + "proxy_set_header Upgrade $http_upgrade;' +