Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_core.h107 #define NGX_DISABLE_SYMLINKS_OFF 0 macro
H A Dngx_open_file_cache.c637 if (of->disable_symlinks == NGX_DISABLE_SYMLINKS_OFF) { 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.c2606 of->disable_symlinks = NGX_DISABLE_SYMLINKS_OFF; in ngx_http_set_disable_symlinks()
3777 NGX_DISABLE_SYMLINKS_OFF); in ngx_http_core_merge_loc_conf()
4997 clcf->disable_symlinks = NGX_DISABLE_SYMLINKS_OFF; in ngx_http_disable_symlinks()
5059 if (clcf->disable_symlinks == NGX_DISABLE_SYMLINKS_OFF) { in ngx_http_disable_symlinks()