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:
parent
75e4f78198
commit
e44bdc7fc3
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue