nginx: Add PDF files to the content-types list.

Previously, user-uploaded PDF files were not properly rendered by
browsers with the local uploads backend, because we weren't setting
the correct content-type.
This commit is contained in:
Tim Abbott
2018-04-17 11:49:21 -07:00
parent ad6fbbed62
commit 568a12e254

View File

@@ -2,6 +2,8 @@
types {
text/plain txt;
application/pdf pdf;
image/gif gif;
image/jpeg jpeg jpg;
image/png png;