mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	Merged revisions 125191 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r125191 | tilghman | 2008-06-25 20:11:43 -0500 (Wed, 25 Jun 2008) | 6 lines 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: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@125192 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user