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;