Add section for additional MIME in nginx

This commit is contained in:
Michael Brown 2013-08-13 14:00:20 -04:00
parent 8c679f4b22
commit 95c246e257
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
# Additional MIME types that you'd like nginx to handle go in here
types {
text/csv csv;
}
upstream discourse {
server unix:/var/www/discourse/tmp/sockets/thin.0.sock;
server unix:/var/www/discourse/tmp/sockets/thin.1.sock;