diff options
author | Jianhui Zhao <zhaojh329@gmail.com> | 2022-07-27 23:03:19 +0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-08-23 22:19:07 -0700 |
commit | 33a93e20a6875873232467621624b8b4df8ca427 (patch) | |
tree | db513215d2002be07a17411ba317bd4b1be08b0c /net/nginx/Config_ssl.in | |
parent | 3c43f65ae90fd7de6a5bb91d1560917db1b281dd (diff) |
nginx: support gzip static mudule
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
Diffstat (limited to 'net/nginx/Config_ssl.in')
-rw-r--r-- | net/nginx/Config_ssl.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/nginx/Config_ssl.in b/net/nginx/Config_ssl.in index 1c53dab6a..df54624d3 100644 --- a/net/nginx/Config_ssl.in +++ b/net/nginx/Config_ssl.in @@ -46,6 +46,11 @@ config NGINX_HTTP_GZIP prompt "Enable HTTP gzip module" default y +config NGINX_HTTP_GZIP_STATIC + bool + prompt "Enable HTTP gzip static module" + default y + config NGINX_HTTP_SSI bool prompt "Enable HTTP ssi module" |