aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/uhttpd/files
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2014-06-11 12:11:55 +0000
committerSteven Barth <cyrus@openwrt.org>2014-06-11 12:11:55 +0000
commite50f3b4fc74037be739871eaa25338f3b4d55f69 (patch)
treece08a5c11eacd4042278fafe3c43cf2bc360e6d4 /package/network/services/uhttpd/files
parentd373178835f665896f5c4534ecb89ae47911690b (diff)
downloadupstream-e50f3b4fc74037be739871eaa25338f3b4d55f69.tar.gz
upstream-e50f3b4fc74037be739871eaa25338f3b4d55f69.tar.bz2
upstream-e50f3b4fc74037be739871eaa25338f3b4d55f69.zip
uhttpd: also bind to IPv6 by default
SVN-Revision: 41114
Diffstat (limited to 'package/network/services/uhttpd/files')
-rw-r--r--package/network/services/uhttpd/files/uhttpd.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/uhttpd/files/uhttpd.config b/package/network/services/uhttpd/files/uhttpd.config
index 683e032fb4..83734af5a9 100644
--- a/package/network/services/uhttpd/files/uhttpd.config
+++ b/package/network/services/uhttpd/files/uhttpd.config
@@ -3,11 +3,11 @@ config uhttpd main
# HTTP listen addresses, multiple allowed
list listen_http 0.0.0.0:80
-# list listen_http [::]:80
+ list listen_http [::]:80
# HTTPS listen addresses, multiple allowed
list listen_https 0.0.0.0:443
-# list listen_https [::]:443
+ list listen_https [::]:443
# Server document root
option home /www