diff --git a/hosts/fw.cloonar.com/modules/gitea.nix b/hosts/fw.cloonar.com/modules/gitea.nix index 2dea3f4..e80fa81 100644 --- a/hosts/fw.cloonar.com/modules/gitea.nix +++ b/hosts/fw.cloonar.com/modules/gitea.nix @@ -8,8 +8,10 @@ in enableACME = true; forceSSL = true; locations."/" = { - proxySetHeader = "Host ${domain}"; proxyPass = "https://${ip}:443/"; + proxy_set_header=Host ${domain} + extraConfig = '' + ''; }; };