aboutsummaryrefslogtreecommitdiffstats
path: root/configs/http.conf.sample
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-26 01:11:43 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-26 01:11:43 +0000
commita678deabc95ee187e88e32cbc9e6562aaccba30b (patch)
tree1fc27fe1f9ecd5cc609b52fa6ab4765e75fcba01 /configs/http.conf.sample
parentae1eb91abecf3d441295824fa3a2b7262ff8c941 (diff)
Update sample configuration to match what are now the defaults for the prefix.
(closes issue #12838, related to issue #12198) Reported by: pabelanger Patches: http.conf.diff2 uploaded by pabelanger (license 224) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@125191 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/http.conf.sample')
-rw-r--r--configs/http.conf.sample8
1 files changed, 4 insertions, 4 deletions
diff --git a/configs/http.conf.sample b/configs/http.conf.sample
index b0c0047aa..f15c9cf72 100644
--- a/configs/http.conf.sample
+++ b/configs/http.conf.sample
@@ -9,7 +9,7 @@
; HTTP server is enabled in this file by setting the "enabled", "bindaddr",
; and "bindport" options, then you should be able to view the documentation
; remotely by browsing to:
-; http://<server_ip>:<bindport/asterisk/static/docs/index.html
+; http://<server_ip>:<bindport>/static/docs/index.html
;
[general]
;
@@ -27,8 +27,8 @@ bindaddr=127.0.0.1
;bindport=8088
;
; Prefix allows you to specify a prefix for all requests
-; to the server. The default is "asterisk" so that all
-; requests must begin with /asterisk
+; to the server. The default is blank. If uncommented
+; all requests must begin with /asterisk
;
;prefix=asterisk
;
@@ -43,7 +43,7 @@ bindaddr=127.0.0.1
; For example, if you are using the Asterisk-gui,
; it is convenient to enable the following redirect:
;
-;redirect = / /asterisk/static/config/cfgbasic.html
+;redirect = / /static/config/cfgbasic.html
;
; HTTPS support. In addition to enabled=yes, you need to
; explicitly enable ssl, define the port to use,