Skip to content

Commit

Permalink
Update grafana proxy to pass origin
Browse files Browse the repository at this point in the history
  • Loading branch information
matschaffer committed Sep 13, 2024
1 parent d237210 commit 2b77252
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proxy/templates/grafana.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ server {
server_name grafana.* grafana-dev.*;

location / {
proxy_set_header Host grafana;
proxy_set_header Origin http://grafana:3000;
proxy_pass http://grafana:3000;
}
}

0 comments on commit 2b77252

Please sign in to comment.