Home
last modified time | relevance | path

Searched refs:limit_except (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h332 uint32_t limit_except; member
H A Dngx_http_core_module.c1228 if (r->method & clcf->limit_except) { in ngx_http_update_location_config()
4378 if (pclcf->limit_except) { in ngx_http_core_limit_except()
4382 pclcf->limit_except = 0xffffffff; in ngx_http_core_limit_except()
4390 pclcf->limit_except &= name->method; in ngx_http_core_limit_except()
4403 if (!(pclcf->limit_except & NGX_HTTP_GET)) { in ngx_http_core_limit_except()
4404 pclcf->limit_except &= (uint32_t) ~NGX_HTTP_HEAD; in ngx_http_core_limit_except()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru1439 limit_except.
1694 или limit_except.
3374 scgi_pass не наследовались в блоки limit_except.
5560 limit_except.
6199 limit_except.
6311 limit_except.
6313 *) Добавление: директива limit_except поддерживает все WebDAV методы.
6878 *) Добавление: директива limit_except.
H A DCHANGES1410 "limit_except" blocks.
1656 regular expression worked incorrectly if the "if" or "limit_except"
3312 "scgi_pass" directives were not inherited inside "limit_except"
5445 "limit_except" block.
6074 *) Feature: the "perl" directive may be used inside the "limit_except"
6187 "limit_except" block.
6189 *) Feature: the "limit_except" directive supports all WebDAV methods.
6746 *) Feature: the "limit_except" directive.
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim85 syn keyword ngxDirectiveBlock contained limit_except