forked from FF-RGB/ansible
web_stats: fix grafana permission issue
This commit is contained in:
parent
c4456da825
commit
4972d0cafb
@ -27,6 +27,7 @@ server {
|
|||||||
location / {
|
location / {
|
||||||
proxy_pass http://localhost:3000/;
|
proxy_pass http://localhost:3000/;
|
||||||
proxy_set_header X-Forwarded-For $remote_addr;
|
proxy_set_header X-Forwarded-For $remote_addr;
|
||||||
|
proxy_set_header Host $http_host;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /meshviewer {
|
location /meshviewer {
|
||||||
|
Loading…
Reference in New Issue
Block a user