首页 > Web开发 > 详细

Module ngx_http_proxy_module proxy_ignore_client_abort

时间:2020-06-02 18:50:48      阅读:55      评论:0      收藏:0      [点我收藏+]

Module ngx_http_proxy_module
http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_ignore_client_abort

Sets the HTTP protocol version for proxying. By default, version 1.0 is used. Version 1.1 is recommended for use with keepalive connections and NTLM authentication.

Syntax: proxy_ignore_client_abort on | off;
Default:
proxy_ignore_client_abort off;
Context: http, server, location
Determines whether the connection with a proxied server should be closed when a client closes the connection without waiting for a response.

Module ngx_http_proxy_module proxy_ignore_client_abort

原文:https://www.cnblogs.com/rgqancy/p/13032991.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!