finallyy?

This commit is contained in:
2025-10-12 20:11:00 -05:00
parent 3acd59d938
commit c1e56790c5
2 changed files with 18 additions and 17 deletions

View File

@@ -80,9 +80,10 @@ in
serverAliases = [ "abs.${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}
stream_timeout 24h
stream_close_delay 5m
reverse_proxy http://127.0.0.1:${toString cfg.port} {
stream_timeout 24h
stream_close_delay 5m
}
'';
};