summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2010-10-29 20:46:06 +0000
committerMark Michelson <mmichelson@digium.com>2010-10-29 20:46:06 +0000
commit3162a8e558bfadf5f9f6e073e78cd07706747e70 (patch)
tree57f9620bc6fef1045171b623f6f496d99ed0b2be /configs
parentd07eca63b62bec22c921e4ad4bbae2b5e4d93778 (diff)
Enable IPv6 for the built-in HTTP server.
Review: https://reviewboard.asterisk.org/r/986 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@293273 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/http.conf.sample4
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/http.conf.sample b/configs/http.conf.sample
index 6f10de7ae..f328ea619 100644
--- a/configs/http.conf.sample
+++ b/configs/http.conf.sample
@@ -18,7 +18,9 @@
;
;enabled=yes
;
-; Address to bind to, both for HTTP and HTTPS. Default is 0.0.0.0
+; Address to bind to, both for HTTP and HTTPS. You MUST specify
+; a bindaddr in order for the HTTP server to run. There is no
+; default value.
;
bindaddr=127.0.0.1
;