diff options
author | Glenn Strauss <gstrauss@gluelogic.com> | 2020-07-19 03:37:25 -0400 |
---|---|---|
committer | Glenn Strauss <gstrauss@gluelogic.com> | 2020-08-02 06:46:22 -0400 |
commit | b2fe37f0a9d664a016c2d52d146fcc3dc7ef8d1d (patch) | |
tree | 88d23c94131c7a60c3dd08755cb774ed41590ffb | |
parent | f47ffb438c1944764442c0379378086f586b7325 (diff) | |
download | lighttpd-git-b2fe37f0a9d664a016c2d52d146fcc3dc7ef8d1d.tar.gz |
[mod_deflate] fix typo in config option
(typo on master branch; never released)
-rw-r--r-- | src/mod_deflate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_deflate.c b/src/mod_deflate.c index cdd568df..e83703d4 100644 --- a/src/mod_deflate.c +++ b/src/mod_deflate.c @@ -350,7 +350,7 @@ SETDEFAULTS_FUNC(mod_deflate_set_defaults) { { CONST_STR_LEN("deflate.mimetypes"), T_CONFIG_ARRAY_VLIST, T_CONFIG_SCOPE_CONNECTION } - ,{ CONST_STR_LEN("deflate.allow-encodings"), + ,{ CONST_STR_LEN("deflate.allowed-encodings"), T_CONFIG_ARRAY_VLIST, T_CONFIG_SCOPE_CONNECTION } ,{ CONST_STR_LEN("deflate.max-compress-size"), |