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 + +