Skip to content

Commit

Permalink
Add nginx prometheus monitoring settings
Browse files Browse the repository at this point in the history
  • Loading branch information
LDiazN committed Jan 31, 2025
1 parent 3fa1281 commit 15c86e9
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
server {
listen 80;
location ~ /([a-zA-Z0-9_\.]+)/(.*) {
proxy_pass http://$1:80/$2$is_args$args;
}
}

0 comments on commit 15c86e9

Please sign in to comment.