diff --git a/ngx_http_concat_module.c b/ngx_http_concat_module.c index 80e427c..98f8de0 100644 --- a/ngx_http_concat_module.c +++ b/ngx_http_concat_module.c @@ -30,7 +30,7 @@ static char *ngx_http_concat_merge_loc_conf(ngx_conf_t *cf, void *parent, static ngx_str_t ngx_http_concat_default_types[] = { - ngx_string("application/x-javascript"), + ngx_string("application/javascript"), ngx_string("text/css"), ngx_null_string };