如果我的配置看起来像
server { listen 80; server_name example.com; }
如何拒绝对 subdomain.example.com 的请求?
nginx subdomain
nginx ×1
subdomain ×1