Add section for additional MIME in nginx
This commit is contained in:
parent
8c679f4b22
commit
95c246e257
config
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue