Update roundcube vhost template to apache 2.4
This commit is contained in:
parent
d06f2877e1
commit
b2f7538371
|
@ -37,20 +37,19 @@
|
||||||
<Directory /var/lib/roundcube/config>
|
<Directory /var/lib/roundcube/config>
|
||||||
Options -FollowSymLinks
|
Options -FollowSymLinks
|
||||||
AllowOverride None
|
AllowOverride None
|
||||||
|
Require all denied
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
<Directory /var/lib/roundcube/temp>
|
<Directory /var/lib/roundcube/temp>
|
||||||
Options -FollowSymLinks
|
Options -FollowSymLinks
|
||||||
AllowOverride None
|
AllowOverride None
|
||||||
Order allow,deny
|
Require all denied
|
||||||
Deny from all
|
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
<Directory /var/lib/roundcube/logs>
|
<Directory /var/lib/roundcube/logs>
|
||||||
Options -FollowSymLinks
|
Options -FollowSymLinks
|
||||||
AllowOverride None
|
AllowOverride None
|
||||||
Order allow,deny
|
Require all denied
|
||||||
Deny from all
|
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
Alias /javascript /usr/share/javascript/
|
Alias /javascript /usr/share/javascript/
|
||||||
|
|
Loading…
Reference in New Issue