update sync guide

This commit is contained in:
Joel Kåberg
2016-05-22 04:35:11 +02:00
parent 5b459bf44b
commit ffab3e37c6
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
error_log /var/log/radicale/error.log;
proxy_pass http://127.0.0.1:5232;
}
location ~ ^/.well-known/(caldav|carddav) {
rewrite ^ /radicale$request_uri last;
}