1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Add freepbx.conf apache file

This commit is contained in:
Anish Mangal 2019-01-18 07:14:36 +00:00 committed by root
parent 85e03c1cac
commit 01cfb3fc7b

View file

@ -0,0 +1,19 @@
<VirtualHost *:80>
ServerName pbx.lan
ServerAdmin anishmg@umich.edu
DocumentRoot /var/www/html/
<Directory /var/www/html/freepbx>
Require all granted
</Directory>
<IfModule mpm_itk_module>
AssignUserId asterisk asterisk
</IfModule>
ErrorLog ${APACHE_LOG_DIR}/pbx-error.log
CustomLog ${APACHE_LOG_DIR}/pbx-access.log combined
</VirtualHost>