Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_empty_gif_module.c118 return NGX_HTTP_NOT_ALLOWED; in ngx_http_empty_gif_handler()
H A Dngx_http_static_module.c63 return NGX_HTTP_NOT_ALLOWED; in ngx_http_static_handler()
206 return NGX_HTTP_NOT_ALLOWED; in ngx_http_static_handler()
H A Dngx_http_stub_status_module.c93 return NGX_HTTP_NOT_ALLOWED; in ngx_http_stub_status_handler()
H A Dngx_http_flv_module.c77 return NGX_HTTP_NOT_ALLOWED; in ngx_http_flv_handler()
H A Dngx_http_memcached_module.c184 return NGX_HTTP_NOT_ALLOWED; in ngx_http_memcached_handler()
H A Dngx_http_dav_module.c1054 rc = NGX_HTTP_NOT_ALLOWED; in ngx_http_dav_error()
H A Dngx_http_mp4_module.c442 return NGX_HTTP_NOT_ALLOWED; in ngx_http_mp4_handler()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h94 #define NGX_HTTP_NOT_ALLOWED 405 macro
H A Dngx_http_request.c1942 ngx_http_finalize_request(r, NGX_HTTP_NOT_ALLOWED); in ngx_http_process_request_header()