Update 'roles/webserver/files/etc/apache2/sites-available/thunix.net.conf'

This commit is contained in:
deepend 2023-06-29 21:02:02 +00:00
parent 2cb1d928ea
commit 09b09314bc
1 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,12 @@
AllowOverride All
Require all granted
</Directory>
Alias /webmail /var/www/rainloop
<Directory /var/www/rainloop>
Options FollowSymLinks
AllowOverride All
Require all granted
</Directory>
<Directorymatch "^/.*/\.git/">
Order deny,allow
Deny from all