Searched refs:store_access (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.h | 173 ngx_uint_t store_access; member
|
| H A D | ngx_http_upstream.c | 4078 ext.access = u->conf->store_access; in ngx_http_upstream_store() 4079 ext.path_access = u->conf->store_access; in ngx_http_upstream_store()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_scgi_module.c | 115 offsetof(ngx_http_scgi_loc_conf_t, upstream.store_access), 1202 conf->upstream.store_access = NGX_CONF_UNSET_UINT; in ngx_http_scgi_create_loc_conf() 1288 ngx_conf_merge_uint_value(conf->upstream.store_access, in ngx_http_scgi_merge_loc_conf() 1289 prev->upstream.store_access, 0600); in ngx_http_scgi_merge_loc_conf()
|
| H A D | ngx_http_uwsgi_module.c | 176 offsetof(ngx_http_uwsgi_loc_conf_t, upstream.store_access), 1415 conf->upstream.store_access = NGX_CONF_UNSET_UINT; in ngx_http_uwsgi_create_loc_conf() 1509 ngx_conf_merge_uint_value(conf->upstream.store_access, in ngx_http_uwsgi_merge_loc_conf() 1510 prev->upstream.store_access, 0600); in ngx_http_uwsgi_merge_loc_conf()
|
| H A D | ngx_http_fastcgi_module.c | 258 offsetof(ngx_http_fastcgi_loc_conf_t, upstream.store_access), 2723 conf->upstream.store_access = NGX_CONF_UNSET_UINT; in ngx_http_fastcgi_create_loc_conf() 2814 ngx_conf_merge_uint_value(conf->upstream.store_access, in ngx_http_fastcgi_merge_loc_conf() 2815 prev->upstream.store_access, 0600); in ngx_http_fastcgi_merge_loc_conf()
|
| H A D | ngx_http_proxy_module.c | 300 offsetof(ngx_http_proxy_loc_conf_t, upstream.store_access), 2855 conf->upstream.store_access = NGX_CONF_UNSET_UINT; in ngx_http_proxy_create_loc_conf() 2967 ngx_conf_merge_uint_value(conf->upstream.store_access, in ngx_http_proxy_merge_loc_conf() 2968 prev->upstream.store_access, 0600); in ngx_http_proxy_merge_loc_conf()
|