From 593449d0c39f10704d17a67846bf4bf186766118 Mon Sep 17 00:00:00 2001 From: blake Date: Sun, 12 Oct 2025 20:12:53 -0500 Subject: [PATCH] troubleshooting --- modules/homelab/services/audiobookshelf/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/homelab/services/audiobookshelf/default.nix b/modules/homelab/services/audiobookshelf/default.nix index d020c36..660e615 100644 --- a/modules/homelab/services/audiobookshelf/default.nix +++ b/modules/homelab/services/audiobookshelf/default.nix @@ -79,7 +79,7 @@ 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