Skip to content

Commit 018978e

Browse files
committed
update from #740
1 parent aa35c67 commit 018978e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

contrib/nginx/radicale.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
###
33
### Usual configuration file location: /etc/nginx/default.d/
44

5+
## "well-known" redirect at least for Apple devices
6+
rewrite ^/.well-known/carddav /radicale/ redirect;
7+
rewrite ^/.well-known/caldav /radicale/ redirect;
8+
59
## Base URI: /radicale/
610
location /radicale/ {
711
proxy_pass http://localhost:5232/;

0 commit comments

Comments
 (0)