mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-12-04 10:24:42 +02:00
Fix Dav discovery on iOS, thanks Brad!
This commit is contained in:
parent
f7b95ae5a0
commit
d486a9bb70
@ -14,6 +14,11 @@ server {
|
||||
access_log /var/log/nginx/access.log;
|
||||
root /web;
|
||||
|
||||
location = /principals/ {
|
||||
rewrite ^ https://$host/SOGo/dav;
|
||||
allow all;
|
||||
}
|
||||
|
||||
location ~ \.php$ {
|
||||
try_files $uri =404;
|
||||
fastcgi_split_path_info ^(.+\.php)(/.+)$;
|
||||
|
Loading…
Reference in New Issue
Block a user