Use Git master version
The latest release is outdated
This commit is contained in:
parent
07580cd132
commit
1f77350d70
3 changed files with 13 additions and 46 deletions
|
@ -1,6 +1,6 @@
|
|||
<VirtualHost *:80>
|
||||
ServerName {{ dmarcsrg_domain }}
|
||||
DocumentRoot {{ dmarcsrg_home }}/current
|
||||
DocumentRoot {{ dmarcsrg_home }}
|
||||
ErrorLog /var/log/apache2/{{ dmarcsrg_domain }}.error
|
||||
|
||||
<FilesMatch ".+\.ph(ar|p|tml)$">
|
||||
|
@ -13,14 +13,14 @@
|
|||
Require all denied
|
||||
</FilesMatch>
|
||||
|
||||
<Directory {{ dmarcsrg_home }}/current>
|
||||
<Directory {{ dmarcsrg_home }}>
|
||||
DirectoryIndex index.php
|
||||
Options FollowSymLinks
|
||||
AllowOverride All
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
<DirectoryMatch "^/{{ dmarcsrg_home }}/current/(classes|config|tests|utils)/*">
|
||||
<DirectoryMatch "^/{{ dmarcsrg_home }}/(classes|config|tests|utils)/*">
|
||||
Options None
|
||||
Require all denied
|
||||
</DirectoryMatch>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue