web_stats: fix grafana permission issue

This commit is contained in:
Markus 2022-02-15 18:12:36 +01:00
parent c4456da825
commit 4972d0cafb
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ server {
location / {
proxy_pass http://localhost:3000/;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header Host $http_host;
}
location /meshviewer {