This commit is contained in:
kevgliss
2015-07-06 16:30:13 -07:00
parent b04fb471e9
commit 02bea85f85
3 changed files with 35 additions and 36 deletions

View File

@ -106,7 +106,7 @@ You can make some adjustments to get a better user experience::
}
location / {
root /apps/lemur/lemur/static/dist;
root /www/lemur/lemur/static/dist;
index index.html;
}
@ -171,7 +171,7 @@ sensitive nature of Lemur and what it controls makes this essential. This is a s
}
location / {
root /apps/lemur/lemur/static/dist;
root /www/lemur/lemur/static/dist;
index index.html;
}