grafana: fix vhost config (origin not allowed)

This commit is contained in:
Markus 2022-09-02 14:55:11 +02:00
parent 7403383a4f
commit 26a36701f5
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@ server {
location / {
client_max_body_size 1024M;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header Host $http_host;
proxy_pass http://localhost:3000;
}
}