Merge pull request #34 from Netflix/0.1.x

Joining 0.1.x with master
This commit is contained in:
kevgliss 2015-08-09 17:01:31 -07:00
commit 590f43297f
1 changed files with 6 additions and 0 deletions

View File

@ -187,6 +187,12 @@ You'll use the builtin HttpProxyModule within Nginx to handle proxying
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
location / {
root /www/lemur/lemur/static/dist;
include mime.types;
index index.html;
}
location / {
root /www/lemur/lemur/static/dist;