153 current 2025-10-09 12:27:20 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-09 12:40:27 -05:00
parent ddf196a04d
commit 4beb89228c

View File

@@ -101,7 +101,7 @@ in
}; };
# external reverse proxy entry # external reverse proxy entry
services.nginx.virtualHosts."git.blakedheld.xyz" = { services.nginx.virtualHosts."git.blakedheld.xyz" = {
useACME = true; enableACME = true;
forceSSL = true; forceSSL = true;
locations."/" = { locations."/" = {
proxyPass = "http://127.0.0.1:${toString cfg.port}"; proxyPass = "http://127.0.0.1:${toString cfg.port}";