# vim: ft=nginx server { listen 80; listen [::]:80; server_name status; location = / { stub_status; } include snippets/allow-private-ips.conf; }