mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 08:40:16 +00:00
Add a note about viewing the default set of documentation using the built-in http server
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@96888 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2,6 +2,15 @@
|
|||||||
; Asterisk Builtin mini-HTTP server
|
; Asterisk Builtin mini-HTTP server
|
||||||
;
|
;
|
||||||
;
|
;
|
||||||
|
; Note about Asterisk documentation:
|
||||||
|
; If Asterisk was installed from a tarball, then the HTML documentation should
|
||||||
|
; be installed in the static-http/docs directory which is
|
||||||
|
; (/var/lib/asterisk/static-http/docs) on linux by default. If the Asterisk
|
||||||
|
; 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
|
||||||
|
;
|
||||||
[general]
|
[general]
|
||||||
;
|
;
|
||||||
; Whether HTTP/HTTPS interface is enabled or not. Default is no.
|
; Whether HTTP/HTTPS interface is enabled or not. Default is no.
|
||||||
|
|||||||
Reference in New Issue
Block a user