aboutsummaryrefslogtreecommitdiffstats
path: root/configs/http.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'configs/http.conf.sample')
-rw-r--r--configs/http.conf.sample23
1 files changed, 23 insertions, 0 deletions
diff --git a/configs/http.conf.sample b/configs/http.conf.sample
new file mode 100644
index 000000000..0b1f38be2
--- /dev/null
+++ b/configs/http.conf.sample
@@ -0,0 +1,23 @@
+;
+; Asterisk Builtin mini-HTTP server
+;
+;
+[general]
+;
+; Whether HTTP interface is enabled or not.
+;
+enabled=yes
+;
+; 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