1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

Make freepbx.conf apache2 file more secure

This commit is contained in:
Anish Mangal 2019-01-19 16:10:08 +00:00 committed by root
parent 75e4f78198
commit e44bdc7fc3

View file

@ -6,6 +6,8 @@ ServerAdmin admin@box.lan
DocumentRoot /var/www/html/
<Directory {{ freepbx_install_dir }}>
AllowOverride All
Options Indexes FollowSymLinks
Require all granted
</Directory>