Skip to content

Commit 6bdd48b

Browse files
committed
Use SSL ports
1 parent 202e920 commit 6bdd48b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/deb/templates/mail/apache2/disabled.stpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<VirtualHost %ip%:%web_port%>
1+
<VirtualHost %ip%:%web_ssl_port%>
22
ServerName %domain_idn%
33
ServerAlias %alias_idn%
4-
Alias / /var/lib/rainloop/
4+
Alias / /var/www/html/
55
Alias /error/ %home%/%user%/web/%root_domain%/document_errors/
66
#SuexecUserGroup %user% %group%
77

0 commit comments

Comments
 (0)