aboutsummaryrefslogtreecommitdiff
path: root/networking/Config.src
diff options
context:
space:
mode:
Diffstat (limited to 'networking/Config.src')
-rw-r--r--networking/Config.src8
1 files changed, 8 insertions, 0 deletions
diff --git a/networking/Config.src b/networking/Config.src
index 2d29c423a..8604c53e9 100644
--- a/networking/Config.src
+++ b/networking/Config.src
@@ -270,6 +270,14 @@ config FEATURE_HTTPD_PROXY
270 Then a request to /url/myfile will be forwarded to 270 Then a request to /url/myfile will be forwarded to
271 http://hostname[:port]/new/path/myfile. 271 http://hostname[:port]/new/path/myfile.
272 272
273config FEATURE_HTTPD_GZIP
274 bool "Support for GZIP content encoding"
275 default y
276 depends on HTTPD
277 help
278 Makes httpd send files using GZIP content encoding if the
279 client supports it and a pre-compressed <file>.gz exists.
280
273config IFCONFIG 281config IFCONFIG
274 bool "ifconfig" 282 bool "ifconfig"
275 default y 283 default y