diff options
Diffstat (limited to 'networking/Config.src')
-rw-r--r-- | networking/Config.src | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/networking/Config.src b/networking/Config.src index 2d29c42..8604c53 100644 --- a/networking/Config.src +++ b/networking/Config.src @@ -270,6 +270,14 @@ config FEATURE_HTTPD_PROXY Then a request to /url/myfile will be forwarded to http://hostname[:port]/new/path/myfile. +config FEATURE_HTTPD_GZIP + bool "Support for GZIP content encoding" + default y + depends on HTTPD + help + Makes httpd send files using GZIP content encoding if the + client supports it and a pre-compressed <file>.gz exists. + config IFCONFIG bool "ifconfig" default y |