removing duplicate route

This commit is contained in:
kevgliss 2015-09-12 10:05:58 -07:00
parent d3cf273a45
commit 6a1a744eff
1 changed files with 0 additions and 6 deletions

View File

@ -194,12 +194,6 @@ You'll use the builtin HttpProxyModule within Nginx to handle proxying
index index.html;
}
location / {
root /www/lemur/lemur/static/dist;
include mime.types;
index index.html;
}
See :doc:`../production/index` for more details on using Nginx.