Searched refs:disable_symlinks (Results 1 – 7 of 7) sorted by relevance
37 unsigned disable_symlinks:2; member74 unsigned disable_symlinks:2; member
235 && 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()
2586 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()
420 ngx_uint_t disable_symlinks; /* disable_symlinks */ member
1972 *) Добавление: директива disable_symlinks теперь использует O_PATH на2603 *) Добавление: параметр from в директиве disable_symlinks.2620 *) Исправление: в директиве disable_symlinks.2633 *) Добавление: директива disable_symlinks.
1929 *) 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.
186 syn keyword ngxDirective contained disable_symlinks