Tom Asked: 2012-01-06 11:07:21 +0800 CST How Do I Refuse a Request to a Subdomain in Nginx 3 If my configuration looks something like server { listen 80; server_name example.com; } how do I refuse requests to subdomain.example.com? subdomain nginx