summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2007-09-17 21:44:38 +0000
committerJason Parker <jparker@digium.com>2007-09-17 21:44:38 +0000
commitcb8c4122bcac46908f39f4ee10f58e1f04b10e5a (patch)
tree4bb42ba0c770e022afc68de08dae13c96d4dff88
parent3dc9e8f38a607daaf635cc86a10652d8392a4e55 (diff)
Fix the sample redirect to point to a valid file in the Asterisk GUI.
Closes issue #10748, patch by bkruse git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@82710 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--configs/http.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/http.conf.sample b/configs/http.conf.sample
index ebd09e79f..c6bd1ec37 100644
--- a/configs/http.conf.sample
+++ b/configs/http.conf.sample
@@ -34,7 +34,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/cfgadvanced.html
+;redirect = / /asterisk/static/config/cfgbasic.html
;
; HTTPS support. In addition to enabled=yes, you need to
; explicitly enable ssl, define the port to use,