1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-19 18:17:22 +01:00

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

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;
}