From 67f889d820ed3dbfd29d097a51487e49ae8104d4 Mon Sep 17 00:00:00 2001 From: k3t Date: Mon, 6 Jul 2026 01:30:51 -0600 Subject: [PATCH] gitea! via nginx! round 4! with ONE t! AND ONE G! god damn dont do drugs! --- hosts/nixcloud/services.d/git.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/nixcloud/services.d/git.nix b/hosts/nixcloud/services.d/git.nix index 1bc6257..534b4b8 100644 --- a/hosts/nixcloud/services.d/git.nix +++ b/hosts/nixcloud/services.d/git.nix @@ -25,12 +25,12 @@ forceSSL = true; enableACME = true; locations."/" = { - proxyPass = ''http://127.0.0.1:${toString config.services.gitea.settinggs.server.HTTP_PORT}''; + proxyPass = ''http://127.0.0.1:${toString config.services.gitea.settings.server.HTTP_PORT}''; }; }; #services.nginx.virtualHosts."git.k3t.dev".extraConfig = '' # encode zstd gzip - # reverse_proxy :${toString config.services.gittea.settinggs.server.HTTP_PORT} { + # reverse_proxy :${toString config.services.gittea.settings.server.HTTP_PORT} { # header_up X-Real-IP {remote_host} # } #'';