We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98d353e commit 449045fCopy full SHA for 449045f
src/ngx_gzip_setter.cc
@@ -313,7 +313,7 @@ void NgxGZipSetter::EnableGZipForLocation(ngx_conf_t* cf) {
313
}
314
if (gzip_proxied_command_.command_) {
315
SetNgxConfBitmask(
316
- cf, &gzip_http_version_command_, NGX_HTTP_GZIP_PROXIED_ANY);
+ cf, &gzip_proxied_command_, NGX_HTTP_GZIP_PROXIED_ANY);
317
318
319
// This is actually the most prone to future API changes, because gzip_types
0 commit comments