server { listen 8090; location /healthcheck { stub_status; access_log off; allow 127.0.0.1; deny all; } }