i fixed it

This commit is contained in:
2025-10-12 20:00:31 -05:00
parent 758ab5beb1
commit 3acd59d938
6 changed files with 7 additions and 107 deletions

View File

@@ -79,8 +79,10 @@ in
services.caddy.virtualHosts."${cfg.url}" = {
serverAliases = [ "abs.${homelab.public_domain}" ];
extraConfig = ''
tls ${sec."ssl_blakedheld_crt".path} ${sec."ssl_blakedheld_key".path}
# tls ${sec."ssl_blakedheld_crt".path} ${sec."ssl_blakedheld_key".path}
reverse_proxy http://127.0.0.1:${toString cfg.port}
stream_timeout 24h
stream_close_delay 5m
'';
};