mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-17 18:10:18 +00:00
Update 'roles/webserver/files/etc/apache2/sites-available/thunix.net.conf'
This commit is contained in:
@@ -11,6 +11,12 @@
|
|||||||
AllowOverride All
|
AllowOverride All
|
||||||
Require all granted
|
Require all granted
|
||||||
</Directory>
|
</Directory>
|
||||||
|
Alias /webmail /var/www/rainloop
|
||||||
|
<Directory /var/www/rainloop>
|
||||||
|
Options FollowSymLinks
|
||||||
|
AllowOverride All
|
||||||
|
Require all granted
|
||||||
|
</Directory>
|
||||||
<Directorymatch "^/.*/\.git/">
|
<Directorymatch "^/.*/\.git/">
|
||||||
Order deny,allow
|
Order deny,allow
|
||||||
Deny from all
|
Deny from all
|
||||||
|
|||||||
Reference in New Issue
Block a user