First, the load balancer will drop any empty headers it gets. Headers with underscores are dropped as well. If your upstream web servers are relying on headers that have underscores in them, they’re not going to get them unless you configure your load balancer with the underscores_in_headers directive to make that available.
翻译
1 2
首先,负载均衡器将删除它获得的所有空标头。带有下划线的标题也会被删除。 如果您的上游 Web 服务器依赖于其中包含下划线的标头,则除非您使用underscores_in_headers指令配置负载均衡器以使其可用,否则它们将无法获取它们。