diff --git a/docs/quickstart/index.rst b/docs/quickstart/index.rst index 034141fb..46eeee77 100644 --- a/docs/quickstart/index.rst +++ b/docs/quickstart/index.rst @@ -187,6 +187,12 @@ 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; + index index.html; + } location / { root /www/lemur/lemur/static/dist;