forked from infra/ansible
grafana: fix vhost config (origin not allowed)
This commit is contained in:
parent
7403383a4f
commit
26a36701f5
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user