Home
last modified time | relevance | path

Searched refs:NGX_DISABLE_SYMLINKS_NOTOWNER (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_core.h109 #define NGX_DISABLE_SYMLINKS_NOTOWNER 2 macro
H A Dngx_open_file_cache.c706 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()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.c5002 clcf->disable_symlinks = NGX_DISABLE_SYMLINKS_NOTOWNER; in ngx_http_disable_symlinks()