parent
cf898e39ac
commit
13f34fc600
|
@ -187,7 +187,6 @@ sensitive nature of Lemur and what it controls makes this essential. This is a s
|
||||||
location / {
|
location / {
|
||||||
root /path/to/lemur/static/dist;
|
root /path/to/lemur/static/dist;
|
||||||
include mime.types;
|
include mime.types;
|
||||||
index index.html;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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-Real-IP $remote_addr;
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
}
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
root /www/lemur/lemur/static/dist;
|
root /www/lemur/lemur/static/dist;
|
||||||
include mime.types;
|
include mime.types;
|
||||||
|
|
Loading…
Reference in New Issue