标签: amazon-web-services nginx http-headers http-accept-header
我正在通过Amazon ALB为我的网站提供服务,该网站到达了负责引导流量的nginx服务器。
我们有一个要求,我们只需要阻止源自HTTP标头Accept: application/json的请求到我们的VPN IP。
Accept: application/json
nginx是否允许基于请求标头进行访问的配置?