我刚刚开始使用 NGINX,我已经在人们使用的几个示例配置中看到了
proxy_pass_header Server;
将请求代理到上游服务器时?它在这里做什么?可能的用例是什么?
nginx
nginx ×1