From 9bfae91d908e6da214e4657af70981bb8cb0ff40 Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 19:17:34 -0500 Subject: [PATCH] 316 current 2025-10-11 19:11:22 25.05.20251006.20c4598 6.12.50 * --- modules/homelab/services/gitea/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/homelab/services/gitea/default.nix b/modules/homelab/services/gitea/default.nix index a76485b..ed49bb6 100644 --- a/modules/homelab/services/gitea/default.nix +++ b/modules/homelab/services/gitea/default.nix @@ -100,8 +100,8 @@ in extraConfig = "client_max_body_size 512M;" + "proxy_pass http://localhost:3000;" + - "proxy_set_header Connection $http_connection;' + - "proxy_set_header Upgrade $http_upgrade;' + + "proxy_set_header Connection $http_connection;" + + "proxy_set_header Upgrade $http_upgrade;" + "proxy_set_header Host $host;" + "proxy_set_header X-Real-IP $remote_addr;" + "proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;" + @@ -118,8 +118,8 @@ in extraConfig = "client_max_body_size 512M;" + "proxy_pass http://localhost:3000;" + - "proxy_set_header Connection $http_connection;' + - "proxy_set_header Upgrade $http_upgrade;' + + "proxy_set_header Connection $http_connection;" + + "proxy_set_header Upgrade $http_upgrade;" + "proxy_set_header Host $host;" + "proxy_set_header X-Real-IP $remote_addr;" + "proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;" +