# Healthcheck & Metrics endpoint on port 8090 server { listen 8090; listen [::]:8090; location /stub_status { stub_status; access_log off; allow 127.0.0.1; deny all; } }