Merge pull request #1283 from ThaChillera/master

Added documentation about missing MIMEtype issues
This commit is contained in:
Morris Jobke
2019-03-04 13:05:02 +01:00
committed by GitHub

View File

@@ -374,3 +374,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. <https://www.nginx.com/resources/wiki/start/topics/examples/full/>`_