mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Use freepbx_install_dir variable in freepbx.conf.j2 apache2 template
This commit is contained in:
parent
4a544ab756
commit
759160cb75
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
|||
|
||||
ServerName pbx.lan
|
||||
|
||||
ServerAdmin anishmg@umich.edu
|
||||
ServerAdmin admin@box.lan
|
||||
DocumentRoot /var/www/html/
|
||||
|
||||
<Directory /var/www/html/freepbx>
|
||||
<Directory {{ freepbx_install_dir }}>
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
|
|
Loading…
Reference in a new issue