Merge pull request #1287 from nextcloud/backport/1283/stable14

[stable14] Added documentation about missing MIMEtype issues
This commit is contained in:
Morris Jobke 2019-03-04 13:06:31 +01:00 committed by GitHub
commit d08ba36cfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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