summaryrefslogtreecommitdiff
path: root/configs/http.conf.sample
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-12-24 21:01:02 +0000
committerRussell Bryant <russell@russellbryant.com>2006-12-24 21:01:02 +0000
commit850dd4ea61ea24512085f466a16d3ebc68452fc2 (patch)
tree2ccc77a2dc28053f8abb83065a8069acbff3a842 /configs/http.conf.sample
parent539514d793591943fc0099ad838efa3a0efecbee (diff)
Use spaces as a separator for the redirect option to improve readability
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48947 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/http.conf.sample')
-rw-r--r--configs/http.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/http.conf.sample b/configs/http.conf.sample
index 01b577525..19f96ca9a 100644
--- a/configs/http.conf.sample
+++ b/configs/http.conf.sample
@@ -30,11 +30,11 @@ bindaddr=127.0.0.1
;
; Redirect one URI to another. This is how you would set a
; default page.
-; Syntax: redirect=<from here>=<to there>
+; Syntax: redirect=<from here> <to there>
; For example, if you are using the Asterisk-gui,
; it is convenient to enable the following redirect:
;
-;redirect=/=/asterisk/static/config/cfgadvanced.html
+;redirect = / /asterisk/static/config/cfgadvanced.html
;
; HTTPS support. In addition to enabled=yes, you need to
; explicitly enable ssl, define the port to use,