Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/conf/
H A Dnginx.conf23 default_type application/octet-stream;
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.c1917 ngx_str_t *value, *default_type; in ngx_http_types_slot() local
1927 default_type = cmd->post; in ngx_http_types_slot()
1935 if (default_type) { in ngx_http_types_slot()
1941 type->key = *default_type; in ngx_http_types_slot()
1942 type->key_hash = ngx_hash_key(default_type->data, in ngx_http_types_slot()
2055 ngx_str_t *default_type) in ngx_http_set_default_types() argument
2064 while (default_type->len) { in ngx_http_set_default_types()
2071 type->key = *default_type; in ngx_http_set_default_types()
2072 type->key_hash = ngx_hash_key(default_type->data, in ngx_http_set_default_types()
2073 default_type->len); in ngx_http_set_default_types()
[all …]
H A Dngx_http.h163 ngx_str_t *default_type);
H A Dngx_http_core_module.h347 ngx_str_t default_type; member
H A Dngx_http_core_module.c329 offsetof(ngx_http_core_loc_conf_t, default_type),
1559 r->headers_out.content_type_len = clcf->default_type.len; in ngx_http_set_content_type()
1560 r->headers_out.content_type = clcf->default_type; in ngx_http_set_content_type()
3617 ngx_conf_merge_str_value(conf->default_type, in ngx_http_core_merge_loc_conf()
3618 prev->default_type, "text/plain"); in ngx_http_core_merge_loc_conf()
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim178 syn keyword ngxDirective contained default_type