Fixing issue where nginx was not sending the right mimetype for CSS files.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user