From e49b2031d74f1561249df714d1047974aa60313f Mon Sep 17 00:00:00 2001 From: John Corser Date: Thu, 2 Jan 2025 11:28:44 -0500 Subject: [PATCH] fix env var --- apache-config.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apache-config.conf b/apache-config.conf index 3dd1681..a5bcbbe 100644 --- a/apache-config.conf +++ b/apache-config.conf @@ -3,6 +3,8 @@ AddOutputFilterByType SUBSTITUTE text/html # Define environment variable substitution - # Use FORCE_JELLYFIN_SERVER_URL directly - Substitute "s|||ni" + # Only perform substitution if FORCE_JELLYFIN_SERVER_URL is set + + Substitute "s|||ni" +