Update 'roles/webserver/files/etc/apache2/sites-available/www.thunix.net.conf'
This commit is contained in:
parent
09b09314bc
commit
a2a1466e3d
|
@ -15,6 +15,12 @@
|
||||||
Order deny,allow
|
Order deny,allow
|
||||||
Deny from all
|
Deny from all
|
||||||
</Directorymatch>
|
</Directorymatch>
|
||||||
|
Alias /webmail /var/www/rainloop
|
||||||
|
<Directory /var/www/rainloop>
|
||||||
|
Options FollowSymLinks
|
||||||
|
AllowOverride All
|
||||||
|
Require all granted
|
||||||
|
</Directory>
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
# Redirect permanent / https://thunix.net
|
# Redirect permanent / https://thunix.net
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue