From 13f34fc6001e3433f2d4c0f22edebcc1fa70ab8a Mon Sep 17 00:00:00 2001 From: kevgliss Date: Sun, 19 Jul 2015 19:07:08 -0700 Subject: [PATCH] Merge pull request #21 from kevgliss/buildfixes Build Fixes --- docs/production/index.rst | 1 - docs/quickstart/index.rst | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/production/index.rst b/docs/production/index.rst index 8bddb99d..c297d786 100644 --- a/docs/production/index.rst +++ b/docs/production/index.rst @@ -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; } diff --git a/docs/quickstart/index.rst b/docs/quickstart/index.rst index 034141fb..52865648 100644 --- a/docs/quickstart/index.rst +++ b/docs/quickstart/index.rst @@ -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;