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 D | ngx_http_index_module.c | 213 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 D | ngx_http_flv_module.c | 113 if (ngx_http_set_disable_symlinks(r, clcf, &path, &of) != NGX_OK) { in ngx_http_flv_handler()
|
| H A D | ngx_http_static_module.c | 98 if (ngx_http_set_disable_symlinks(r, clcf, &path, &of) != NGX_OK) { in ngx_http_static_handler()
|
| H A D | ngx_http_gzip_static_module.c | 152 if (ngx_http_set_disable_symlinks(r, clcf, &path, &of) != NGX_OK) { in ngx_http_gzip_static_handler()
|
| H A D | ngx_http_try_files_module.c | 226 if (ngx_http_set_disable_symlinks(r, clcf, &path, &of) != NGX_OK) { in ngx_http_try_files_handler()
|
| H A D | ngx_http_log_module.c | 504 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 D | ngx_http_mp4_module.c | 478 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 D | ngx_http_core_module.h | 528 ngx_int_t ngx_http_set_disable_symlinks(ngx_http_request_t *r,
|
| H A D | ngx_http_script.c | 1538 if (ngx_http_set_disable_symlinks(r, clcf, &path, &of) != NGX_OK) { in ngx_http_script_file_code()
|
| H A D | ngx_http_core_module.c | 2579 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 D | nginx.xs | 718 if (ngx_http_set_disable_symlinks(r, clcf, &path, &of) != NGX_OK) {
|