mirror of
https://github.com/asterisk/asterisk.git
synced 2026-04-29 02:03:18 +00:00
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@15518 65c4cc65-6c06-0410-ace0-fbb531ad65f3
24 lines
362 B
Plaintext
24 lines
362 B
Plaintext
;
|
|
; Asterisk Builtin mini-HTTP server
|
|
;
|
|
;
|
|
[general]
|
|
;
|
|
; Whether HTTP interface is enabled or not.
|
|
;
|
|
enabled=no
|
|
;
|
|
; Address to bind to
|
|
;
|
|
bindaddr=127.0.0.1
|
|
;
|
|
; Port to bind to
|
|
;
|
|
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
|
|
;
|
|
;prefix=asterisk
|