Initial commit: FreePBX 17 VoIP setup for horux360, consultoria-as, nexus
This commit is contained in:
11
configs/freepbx.conf
Normal file
11
configs/freepbx.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
<VirtualHost *:80>
|
||||
ServerAdmin webmaster@localhost
|
||||
DocumentRoot /var/www/html
|
||||
<Directory /var/www/html>
|
||||
Options Indexes FollowSymLinks
|
||||
AllowOverride All
|
||||
Require all granted
|
||||
</Directory>
|
||||
ErrorLog ${APACHE_LOG_DIR}/freepbx-error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/freepbx-access.log combined
|
||||
</VirtualHost>
|
||||
Reference in New Issue
Block a user