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
commit f191012b91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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/>`_