From 816f4178dc2852f47c0d5d81cd8c665d7e48c731 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Mon, 20 Dec 2021 20:46:41 +0100 Subject: Docker fix missing .htaccess (#4074) Related to https://github.com/FreshRSS/FreshRSS/issues/4073 In our Docker configuration, `.htaccess` files are included only once at startup. The one for themes was missing. --- Docker/FreshRSS.Apache.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Docker/FreshRSS.Apache.conf') diff --git a/Docker/FreshRSS.Apache.conf b/Docker/FreshRSS.Apache.conf index 050ea4805..c7a0080ac 100644 --- a/Docker/FreshRSS.Apache.conf +++ b/Docker/FreshRSS.Apache.conf @@ -29,3 +29,7 @@ ServerTokens OS IncludeOptional /var/www/FreshRSS/p/i/.htaccess + + + Include /var/www/FreshRSS/p/themes/.htaccess + -- cgit v1.2.3