Home
last modified time | relevance | path

Searched refs:error_page (Results 1 – 10 of 10) sorted by relevance

/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru141 *) Исправление: при использовании директивы error_page для
1799 если ошибки с кодом 400 с помощью директивы error_page
4468 error_page или try_files; ошибка появилась в 0.7.44.
4957 error_page терялось тело запроса.
4960 директивы error_page возвращался полный ответ.
4995 *) Исправление: рекурсивной error_page для 500 ошибки.
5249 с помощью директивы error_page метод запроса не изменяется.
6443 перенаправленного директивой error_page.
6455 error_page.
6537 директиву error_page.
[all …]
H A DCHANGES134 *) Bugfix: a socket leak might occur when using the "error_page"
405 intercepted by error_page.
1761 "error_page" directive.
2653 URI after redirection with the "error_page" directive.
4671 error_page directive.
4864 "error_page" directive.
4867 redirection via an "error_page" directive.
4899 *) Bugfix: of recursive error_page for 500 status code.
5145 named location via an "error_page" directive.
6332 "error_page" directive.
[all …]
/f-stack/app/nginx-1.16.1/conf/
H A Dnginx.conf62 error_page 500 502 503 504 /50x.html;
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_flv_module.c168 r->root_tested = !r->error_page; in ngx_http_flv_handler()
H A Dngx_http_static_module.c143 r->root_tested = !r->error_page; in ngx_http_static_handler()
H A Dngx_http_gzip_static_module.c217 r->root_tested = !r->error_page; in ngx_http_gzip_static_handler()
H A Dngx_http_mp4_module.c533 r->root_tested = !r->error_page; in ngx_http_mp4_handler()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_special_response.c456 if (!r->error_page && clcf->error_pages && r->uri_changes != 0) { in ngx_http_special_response_handler()
459 r->error_page = 1; in ngx_http_special_response_handler()
H A Dngx_http_request.h531 unsigned error_page:1; member
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim108 syn keyword ngxDirectiveError contained error_page