gitea! via nginx! round 3! with ONE t!

This commit is contained in:
k3t
2026-07-06 01:30:13 -06:00
parent 9673344b56
commit cba8011532
+1 -1
View File
@@ -25,7 +25,7 @@
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = ''http://127.0.0.1:${toString config.services.gittea.settinggs.server.HTTP_PORT}'';
proxyPass = ''http://127.0.0.1:${toString config.services.gitea.settinggs.server.HTTP_PORT}'';
};
};
#services.nginx.virtualHosts."git.k3t.dev".extraConfig = ''