removing duplicate route
This commit is contained in:
parent
d3cf273a45
commit
6a1a744eff
|
@ -194,12 +194,6 @@ You'll use the builtin HttpProxyModule within Nginx to handle proxying
|
||||||
index index.html;
|
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.
|
See :doc:`../production/index` for more details on using Nginx.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue