Fixing issue where nginx was not sending the right mimetype for CSS files.

This commit is contained in:
kevgliss
2015-07-19 19:03:04 -07:00
parent 14b62a145a
commit 8e0e22d49d
3 changed files with 14 additions and 3 deletions

View File

@ -147,6 +147,7 @@ You'll use the builtin HttpProxyModule within Nginx to handle proxying
location / {
root /www/lemur/lemur/static/dist;
include mime.types;
index index.html;
}