We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d045e commit f8ae467Copy full SHA for f8ae467
filter/ngx_http_zstd_filter_module.c
@@ -154,14 +154,14 @@ static ngx_command_t ngx_http_zstd_filter_commands[] = {
154
NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_TAKE1,
155
ngx_conf_set_size_slot,
156
NGX_HTTP_LOC_CONF_OFFSET,
157
- offsetof(ngx_http_zstd_conf_t, max_length),
+ offsetof(ngx_http_zstd_loc_conf_t, max_length),
158
NULL },
159
160
{ ngx_string("zstd_bypass"),
161
NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_1MORE,
162
ngx_http_set_predicate_slot,
163
164
- offsetof(ngx_http_zstd_conf_t, bypass),
+ offsetof(ngx_http_zstd_loc_conf_t, bypass),
165
166
167
{ ngx_string("zstd_dict_file"),
0 commit comments