Merge pull request #21 from kevgliss/buildfixes

Build Fixes
This commit is contained in:
kevgliss 2015-07-19 19:07:08 -07:00
parent cf898e39ac
commit 13f34fc600
2 changed files with 1 additions and 2 deletions

View File

@ -187,7 +187,6 @@ sensitive nature of Lemur and what it controls makes this essential. This is a s
location / {
root /path/to/lemur/static/dist;
include mime.types;
index index.html;
}

View File

@ -187,7 +187,7 @@ 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;