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.sample12
1 files changed, 12 insertions, 0 deletions
diff --git a/configs/http.conf.sample b/configs/http.conf.sample
index 7135463d6..f8a86f85a 100644
--- a/configs/http.conf.sample
+++ b/configs/http.conf.sample
@@ -26,3 +26,15 @@ bindport=8088
; requests must begin with /asterisk
;
;prefix=asterisk
+
+; The post_mappings section maps URLs to real paths on the filesystem. If a
+; POST is done from within an authenticated manager session to one of the
+; configured POST mappings, then any files in the POST will be placed in the
+; configured directory.
+;
+;[post_mappings]
+;
+; In this example, if the prefix option is set to "asterisk", then using the
+; POST URL: /asterisk/uploads will put files in /var/lib/asterisk/uploads/.
+;uploads = /var/lib/asterisk/uploads/
+;