diff options
| -rw-r--r-- | Docker/FreshRSS.Apache.conf | 4 | ||||
| -rw-r--r-- | p/.htaccess | 3 | ||||
| -rw-r--r-- | p/themes/.htaccess | 1 |
3 files changed, 5 insertions, 3 deletions
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 <Directory /var/www/FreshRSS/p/i> IncludeOptional /var/www/FreshRSS/p/i/.htaccess </Directory> + +<Directory /var/www/FreshRSS/p/themes> + Include /var/www/FreshRSS/p/themes/.htaccess +</Directory> diff --git a/p/.htaccess b/p/.htaccess index 909fb6cdc..55264a4f4 100644 --- a/p/.htaccess +++ b/p/.htaccess @@ -7,10 +7,7 @@ AddDefaultCharset UTF-8 <IfModule mod_mime.c> AddType application/json .map - AddType application/font-woff .woff - AddType application/font-woff2 .woff2 - AddCharset UTF-8 .css AddCharset UTF-8 .html AddCharset UTF-8 .js </IfModule> diff --git a/p/themes/.htaccess b/p/themes/.htaccess index 706a7b88e..796c55ae0 100644 --- a/p/themes/.htaccess +++ b/p/themes/.htaccess @@ -1,5 +1,6 @@ <IfModule mod_mime.c> AddType application/font-woff .woff + AddType application/font-woff2 .woff2 AddCharset UTF-8 .css AddCharset UTF-8 .svg |
