Disallow public access to strfry metrics endpoint

This commit is contained in:
2026-08-07 08:26:31 -06:00
parent a8294f25ab
commit 777efbca4c
@@ -31,6 +31,10 @@ server {
proxy_pass http://_substr;
}
location /metrics {
return 404;
}
location / {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;