mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-06 07:57:02 +03:00
1.6.0 release
CardDav support. New skin (Blurred). Login animation. Small fixes.
This commit is contained in:
parent
bc6c320ecb
commit
011855bf8a
26 changed files with 386 additions and 337 deletions
|
|
@ -1,16 +1,14 @@
|
|||
<VirtualHost *:80>
|
||||
AcceptPathInfo On
|
||||
ServerName dav.mydomain.com
|
||||
DocumentRoot /var/www/mydomain.com
|
||||
|
||||
AcceptPathInfo On
|
||||
ServerName dav.mydomain.com
|
||||
DocumentRoot /var/www/mydomain.com
|
||||
|
||||
RewriteEngine On
|
||||
RewriteRule /.well-known/carddav /index.php/dav [R,L]
|
||||
|
||||
<Directory "/var/www/mydomain.com">
|
||||
Options None
|
||||
Options +FollowSymlinks
|
||||
AllowOverride All
|
||||
</Directory>
|
||||
RewriteEngine On
|
||||
RewriteRule /.well-known/carddav /index.php/dav [R,L]
|
||||
|
||||
<Directory "/var/www/mydomain.com">
|
||||
Options None
|
||||
Options +FollowSymlinks
|
||||
AllowOverride All
|
||||
</Directory>
|
||||
</VirtualHost>
|
||||
|
|
@ -1,16 +1,14 @@
|
|||
<VirtualHost *:80>
|
||||
AcceptPathInfo On
|
||||
ServerName mydomain.com
|
||||
DocumentRoot /var/www/mydomain.com
|
||||
|
||||
AcceptPathInfo On
|
||||
ServerName mydomain.com
|
||||
DocumentRoot /var/www/mydomain.com
|
||||
|
||||
RewriteEngine On
|
||||
RewriteRule /.well-known/carddav /index.php/dav [R,L]
|
||||
|
||||
<Directory "/var/www/mydomain.com">
|
||||
Options None
|
||||
Options +FollowSymlinks
|
||||
AllowOverride All
|
||||
</Directory>
|
||||
RewriteEngine On
|
||||
RewriteRule /.well-known/carddav /index.php/dav [R,L]
|
||||
|
||||
<Directory "/var/www/mydomain.com">
|
||||
Options None
|
||||
Options +FollowSymlinks
|
||||
AllowOverride All
|
||||
</Directory>
|
||||
</VirtualHost>
|
||||
Loading…
Add table
Add a link
Reference in a new issue