diff --git a/site-cookbooks/kosmos_strfry/templates/nginx_conf_strfry.erb b/site-cookbooks/kosmos_strfry/templates/nginx_conf_strfry.erb index c4b6418..1e01cfd 100644 --- a/site-cookbooks/kosmos_strfry/templates/nginx_conf_strfry.erb +++ b/site-cookbooks/kosmos_strfry/templates/nginx_conf_strfry.erb @@ -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;