mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-18 03:11:40 +01:00
remove stray backslash from Nginx config causing Smoothsync to fail
This commit is contained in:
parent
65e7c7be78
commit
84cc2bedc8
@ -69,7 +69,7 @@ server {
|
|||||||
}
|
}
|
||||||
# CalDAV & CardDAV autoconfig
|
# CalDAV & CardDAV autoconfig
|
||||||
location ~ ^/.well-known/(caldav|carddav)$ {
|
location ~ ^/.well-known/(caldav|carddav)$ {
|
||||||
return 301 $scheme://\$host/egroupware/groupdav.php/;
|
return 301 $scheme://$host/egroupware/groupdav.php/;
|
||||||
}
|
}
|
||||||
location ~ ^(/principals/users/.*)$ {
|
location ~ ^(/principals/users/.*)$ {
|
||||||
return 301 $scheme://$host/egroupware/groupdav.php$1;
|
return 301 $scheme://$host/egroupware/groupdav.php$1;
|
||||||
|
Loading…
Reference in New Issue
Block a user