aboutsummaryrefslogtreecommitdiffstats
path: root/configs/http.conf.sample
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-24 21:01:02 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-24 21:01:02 +0000
commit9dd8ea9d45f1a578278dd78b97b93982e83fcd29 (patch)
tree2ccc77a2dc28053f8abb83065a8069acbff3a842 /configs/http.conf.sample
parentb850b5d8c7c77114950ae09462fed9dd51161f89 (diff)
Use spaces as a separator for the redirect option to improve readability
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48947 f38db490-d61c-443f-a65b-d21fe96a405b
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,