Skip to content

Commit 6e9af86

Browse files
committed
Fix 1915
Replace <Directory /var/lib/roundcube/> with <Directory /var/lib/rainloop/>
1 parent 9383d74 commit 6e9af86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ SSLVerifyClient none
1010
SSLCertificateFile %home%/%user%/conf/mail/%root_domain%/ssl/%root_domain%.crt
1111
SSLCertificateKeyFile %home%/%user%/conf/mail/%root_domain%/ssl/%root_domain%.key
1212

13-
<Directory /var/lib/roundcube/>
13+
<Directory /var/lib/rainloop/>
1414
Options +FollowSymLinks
15-
# This is needed to parse /var/lib/roundcube/.htaccess. See its
15+
# This is needed to parse /var/lib/rainloop/.htaccess. See its
1616
# content before setting AllowOverride to None.
1717
AllowOverride All
1818
order allow,deny

0 commit comments

Comments
 (0)