update proxy config

This commit is contained in:
2025-10-12 22:24:09 -05:00
parent cae85ef2e6
commit 61e8436dd9
17 changed files with 27 additions and 23 deletions

View File

@@ -99,7 +99,7 @@ in
serverAliases = [ "z2m.${homelab.public_domain}" ];
extraConfig = ''
tls ${sec."ssl_blakedheld_crt".path} ${sec."ssl_blakedheld_key".path}
reverse_proxy http://127.0.0.1:${toString cfg.port}
reverse_proxy 127.0.0.1:${toString cfg.port}
'';
};