aboutsummaryrefslogtreecommitdiffstats
path: root/configs/http.conf.sample
blob: aea95643f10079891a45f50cfeea52c434715cff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
;
; 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