Skip to content

Commit

Permalink
feat: enable grafana api
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabh6790 committed Mar 11, 2024
1 parent 79ef039 commit cacbbd8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions agent/templates/agent/nginx.conf.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,10 @@ server {
proxy_set_header Host $http_host;
proxy_pass http://127.0.0.1:3000/grafana;
}

location /grafana/api {
proxy_pass http://127.0.0.1:3000/api;
}
}

location / {
Expand Down

0 comments on commit cacbbd8

Please sign in to comment.