From 368ed0797deece2f5d30d796f31f331af49e1169 Mon Sep 17 00:00:00 2001
From: dadada <dadada@dadada.li>
Date: Sat, 2 Jan 2021 13:05:58 +0100
Subject: [PATCH] Fixup

---
 modules/gitea.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gitea.nix b/modules/gitea.nix
index e9c8c51..3fb5b61 100644
--- a/modules/gitea.nix
+++ b/modules/gitea.nix
@@ -26,7 +26,7 @@ in {
       forceSSL = true;
 
       locations."/".extraConfig = ''
-        proxy_pass unix:/run/gitea/gitea.sock;
+        proxy_pass http://unix:/run/gitea/gitea.sock:/;
       '';
     };
   };