From 6a1a744eff17484af89a59e145fd89a0afdb7dea Mon Sep 17 00:00:00 2001 From: kevgliss Date: Sat, 12 Sep 2015 10:05:58 -0700 Subject: [PATCH] removing duplicate route --- docs/quickstart/index.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/quickstart/index.rst b/docs/quickstart/index.rst index 46eeee77..52865648 100644 --- a/docs/quickstart/index.rst +++ b/docs/quickstart/index.rst @@ -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.