Home
last modified time | relevance | path

Searched refs:store_access (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h173 ngx_uint_t store_access; member
H A Dngx_http_upstream.c4078 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 Dngx_http_scgi_module.c115 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 Dngx_http_uwsgi_module.c176 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 Dngx_http_fastcgi_module.c258 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 Dngx_http_proxy_module.c300 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()