Skip to content

Commit

Permalink
Update nginx template
Browse files Browse the repository at this point in the history
  • Loading branch information
stevesg committed Jun 12, 2024
1 parent 116c8df commit 41f7602
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions development/common/config/nginx.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ http {
location = /api/v1/grafana/state {
proxy_pass http://${ALERT_MANAGER_HOST}$request_uri;
}
location = /api/v1/grafana/receivers {
proxy_pass http://${ALERT_MANAGER_HOST}$request_uri;
}

# Ruler endpoints
location /prometheus/config/v1/rules {
Expand Down

0 comments on commit 41f7602

Please sign in to comment.