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