Home
last modified time | relevance | path

Searched refs:auto_redirect (Results 1 – 9 of 9) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h318 unsigned auto_redirect:1; member
466 u_char auto_redirect; member
H A Dngx_http.c1093 node->auto_redirect = (u_char) ((lq->exact && lq->exact->auto_redirect) in ngx_http_create_locations_tree()
1094 || (lq->inclusive && lq->inclusive->auto_redirect)); in ngx_http_create_locations_tree()
H A Dngx_http_core_module.c1456 if (len + 1 == (size_t) node->len && node->auto_redirect) { in ngx_http_core_find_static_location()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_memcached_module.c722 clcf->auto_redirect = 1; in ngx_http_memcached_pass()
H A Dngx_http_scgi_module.c1872 clcf->auto_redirect = 1; in ngx_http_scgi_pass()
H A Dngx_http_uwsgi_module.c2165 clcf->auto_redirect = 1; in ngx_http_uwsgi_pass()
H A Dngx_http_fastcgi_module.c3516 clcf->auto_redirect = 1; in ngx_http_fastcgi_pass()
H A Dngx_http_grpc_module.c4601 clcf->auto_redirect = 1; in ngx_http_grpc_pass()
H A Dngx_http_proxy_module.c3625 clcf->auto_redirect = 1; in ngx_http_proxy_pass()