From 01cfb3fc7b06331993b67fdc78d9972eb590e910 Mon Sep 17 00:00:00 2001 From: Anish Mangal Date: Fri, 18 Jan 2019 07:14:36 +0000 Subject: [PATCH] Add freepbx.conf apache file --- roles/pbx/templates/freepbx.conf.j2 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 roles/pbx/templates/freepbx.conf.j2 diff --git a/roles/pbx/templates/freepbx.conf.j2 b/roles/pbx/templates/freepbx.conf.j2 new file mode 100644 index 000000000..d4ef61dd3 --- /dev/null +++ b/roles/pbx/templates/freepbx.conf.j2 @@ -0,0 +1,19 @@ + + +ServerName pbx.lan + +ServerAdmin anishmg@umich.edu +DocumentRoot /var/www/html/ + + + Require all granted + + + +AssignUserId asterisk asterisk + + +ErrorLog ${APACHE_LOG_DIR}/pbx-error.log +CustomLog ${APACHE_LOG_DIR}/pbx-access.log combined + +