Skip to content

Commit

Permalink
bugfix: passed default mime/types value to zstd_types directive parser
Browse files Browse the repository at this point in the history
  • Loading branch information
tokers committed Mar 7, 2019
1 parent 881dc27 commit 46f95bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ngx_http_zstd_filter_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ static ngx_command_t ngx_http_zstd_filter_commands[] = {
ngx_http_types_slot,
NGX_HTTP_LOC_CONF_OFFSET,
offsetof(ngx_http_zstd_loc_conf_t, types_keys),
NULL },
&ngx_http_html_default_types[0] },

{ ngx_string("zstd_buffers"),
NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_TAKE2,
Expand Down

0 comments on commit 46f95bf

Please sign in to comment.