From cb9b3f13304ec283c595de80026a3ee6a198c4e2 Mon Sep 17 00:00:00 2001 From: ThaChillera Date: Mon, 4 Mar 2019 09:34:04 +0100 Subject: [PATCH] added text for mimetype fix --- admin_manual/installation/nginx.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/admin_manual/installation/nginx.rst b/admin_manual/installation/nginx.rst index 271690c91..7d6ef5125 100644 --- a/admin_manual/installation/nginx.rst +++ b/admin_manual/installation/nginx.rst @@ -366,3 +366,6 @@ block shown above not located **below** the: block. Other custom configurations like caching JavaScript (.js) or CSS (.css) files via gzip could also cause such issues. + +Another cause of this issue could be not properly including mimetypes in the +http block, as shown `here. `_