Fix mime types

Fixes mime types for meeting logs.

Fixes bug #992719

Change-Id: I41f160bfff3e2dd5f1be1cd20f879adefeb16881
This commit is contained in:
Andrew Hutchings 2012-05-02 10:52:08 +01:00
parent f18ab506c9
commit 6764679829

View File

@ -5,6 +5,8 @@ server {
types { types {
text/plain log; text/plain log;
text/plain txt;
text/html html;
} }
location /meetings { location /meetings {