Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
Removed metrics location
Browse files Browse the repository at this point in the history
  • Loading branch information
4l3j0Ok committed Mar 4, 2024
1 parent b1af45f commit caacc1b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions stack/config/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,4 @@ server {
proxy_set_header Connection "upgrade";
proxy_pass http://app:8000;
}
}

server {
listen 8080;
location /metrics {
stub_status on;
}
}

0 comments on commit caacc1b

Please sign in to comment.