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:/; ''; }; };