proxy_pass_request_headers
proxy_pass_request_headers指令用于配置是否将客户端请求的请求头发送给代理服务器,其语法结构为:
proxy_pass_request_headers on | off;
默认设置为开启(on)。
Last updated
Was this helpful?
proxy_pass_request_headers指令用于配置是否将客户端请求的请求头发送给代理服务器,其语法结构为:
proxy_pass_request_headers on | off;
默认设置为开启(on)。
Last updated
Was this helpful?