mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Add freepbx.conf apache file
This commit is contained in:
parent
85e03c1cac
commit
01cfb3fc7b
1 changed files with 19 additions and 0 deletions
19
roles/pbx/templates/freepbx.conf.j2
Normal file
19
roles/pbx/templates/freepbx.conf.j2
Normal 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>
|
Loading…
Reference in a new issue