mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-17 02:00:19 +00:00
Update 'roles/webserver/files/etc/apache2/sites-available/www.thunix.net.conf'
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user