Skip to content

Commit

Permalink
Merge pull request #204 from reef-technologies/fix-business-metrics-path
Browse files Browse the repository at this point in the history
Replace /application-business-metrics/ with /business-metrics/
  • Loading branch information
agoncharov-reef authored Oct 29, 2024
2 parents f48882c + ccf21dc commit ad24032
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ server {
proxy_pass http://app:8000/metrics;
}

location /application-business-metrics/ {
location /business-metrics/ {
proxy_pass_header Server;
proxy_redirect off;
proxy_set_header Host $http_host;
Expand Down

0 comments on commit ad24032

Please sign in to comment.