# Default service, when no other service host matches. server { listen 80 default_server; server_name _; return 444; }