aboutsummaryrefslogtreecommitdiff
path: root/networking/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'networking/Config.in')
-rw-r--r--networking/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in
index 030b1c0de..bd6c6ef7a 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -192,6 +192,18 @@ config FEATURE_HTTPD_ERROR_PAGES
192 '/path/e404.html' file instead of the terse '404 NOT FOUND' 192 '/path/e404.html' file instead of the terse '404 NOT FOUND'
193 message. 193 message.
194 194
195config FEATURE_HTTPD_PROXY
196 bool "Enable support for reverse proxy"
197 default n
198 depends on HTTPD
199 help
200 This option allows you to define URLs that will be forwarded
201 to another HTTP server. To setup add the following line to the
202 configuration file
203 P:/url/:http://hostname[:port]/new/path/
204 Then a request to /url/myfile will be forwarded to
205 http://hostname[:port]/new/path/myfile.
206
195config IFCONFIG 207config IFCONFIG
196 bool "ifconfig" 208 bool "ifconfig"
197 default n 209 default n