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 2ba931f0a7
commit 820c908e6c
1 changed files with 2 additions and 0 deletions

View File

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