Home
last modified time | relevance | path

Searched refs:ngx_http_set_disable_symlinks (Results 1 – 11 of 11) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_index_module.c213 if (ngx_http_set_disable_symlinks(r, clcf, &path, &of) != NGX_OK) { in ngx_http_index_handler()
312 if (ngx_http_set_disable_symlinks(r, clcf, &dir, &of) != NGX_OK) { in ngx_http_index_test_dir()
H A Dngx_http_flv_module.c113 if (ngx_http_set_disable_symlinks(r, clcf, &path, &of) != NGX_OK) { in ngx_http_flv_handler()
H A Dngx_http_static_module.c98 if (ngx_http_set_disable_symlinks(r, clcf, &path, &of) != NGX_OK) { in ngx_http_static_handler()
H A Dngx_http_gzip_static_module.c152 if (ngx_http_set_disable_symlinks(r, clcf, &path, &of) != NGX_OK) { in ngx_http_gzip_static_handler()
H A Dngx_http_try_files_module.c226 if (ngx_http_set_disable_symlinks(r, clcf, &path, &of) != NGX_OK) { in ngx_http_try_files_handler()
H A Dngx_http_log_module.c504 if (ngx_http_set_disable_symlinks(r, clcf, &path, &of) != NGX_OK) { in ngx_http_log_script_write()
556 if (ngx_http_set_disable_symlinks(r, clcf, &log, &of) != NGX_OK) { in ngx_http_log_script_write()
H A Dngx_http_mp4_module.c478 if (ngx_http_set_disable_symlinks(r, clcf, &path, &of) != NGX_OK) { in ngx_http_mp4_handler()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h528 ngx_int_t ngx_http_set_disable_symlinks(ngx_http_request_t *r,
H A Dngx_http_script.c1538 if (ngx_http_set_disable_symlinks(r, clcf, &path, &of) != NGX_OK) { in ngx_http_script_file_code()
H A Dngx_http_core_module.c2579 ngx_http_set_disable_symlinks(ngx_http_request_t *r, in ngx_http_set_disable_symlinks() function
/f-stack/app/nginx-1.16.1/src/http/modules/perl/
H A Dnginx.xs718 if (ngx_http_set_disable_symlinks(r, clcf, &path, &of) != NGX_OK) {