Home
last modified time | relevance | path

Searched refs:disable_symlinks (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_open_file_cache.h37 unsigned disable_symlinks:2; member
74 unsigned disable_symlinks:2; member
H A Dngx_open_file_cache.c235 && of->disable_symlinks == file->disable_symlinks in ngx_open_cached_file()
261 of->failed = file->disable_symlinks ? ngx_openat_file_n in ngx_open_cached_file()
402 file->disable_symlinks = of->disable_symlinks; in ngx_open_cached_file()
637 if (of->disable_symlinks == NGX_DISABLE_SYMLINKS_OFF) { in ngx_open_file_wrapper()
706 if (of->disable_symlinks == NGX_DISABLE_SYMLINKS_NOTOWNER) { in ngx_open_file_wrapper()
752 if (of->disable_symlinks == NGX_DISABLE_SYMLINKS_NOTOWNER in ngx_open_file_wrapper()
802 if (of->disable_symlinks == NGX_DISABLE_SYMLINKS_OFF) { in ngx_file_info_wrapper()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.c2586 of->disable_symlinks = clcf->disable_symlinks; in ngx_http_set_disable_symlinks()
2606 of->disable_symlinks = NGX_DISABLE_SYMLINKS_OFF; in ngx_http_set_disable_symlinks()
3482 clcf->disable_symlinks = NGX_CONF_UNSET_UINT; in ngx_http_core_create_loc_conf()
3776 ngx_conf_merge_uint_value(conf->disable_symlinks, prev->disable_symlinks, in ngx_http_core_merge_loc_conf()
4988 if (clcf->disable_symlinks != NGX_CONF_UNSET_UINT) { in ngx_http_disable_symlinks()
4997 clcf->disable_symlinks = NGX_DISABLE_SYMLINKS_OFF; in ngx_http_disable_symlinks()
5002 clcf->disable_symlinks = NGX_DISABLE_SYMLINKS_NOTOWNER; in ngx_http_disable_symlinks()
5007 clcf->disable_symlinks = NGX_DISABLE_SYMLINKS_ON; in ngx_http_disable_symlinks()
5039 if (clcf->disable_symlinks == NGX_CONF_UNSET_UINT) { in ngx_http_disable_symlinks()
5059 if (clcf->disable_symlinks == NGX_DISABLE_SYMLINKS_OFF) { in ngx_http_disable_symlinks()
H A Dngx_http_core_module.h420 ngx_uint_t disable_symlinks; /* disable_symlinks */ member
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru1972 *) Добавление: директива disable_symlinks теперь использует O_PATH на
2603 *) Добавление: параметр from в директиве disable_symlinks.
2620 *) Исправление: в директиве disable_symlinks.
2633 *) Добавление: директива disable_symlinks.
H A DCHANGES1929 *) Feature: the "disable_symlinks" directive now uses O_PATH on Linux.
2551 *) Feature: the "from" parameter of the "disable_symlinks" directive.
2568 *) Bugfix: in the "disable_symlinks" directive.
2581 *) Feature: the "disable_symlinks" directive.
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim186 syn keyword ngxDirective contained disable_symlinks