We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa35c67 commit 018978eCopy full SHA for 018978e
contrib/nginx/radicale.conf
@@ -2,6 +2,10 @@
2
###
3
### Usual configuration file location: /etc/nginx/default.d/
4
5
+## "well-known" redirect at least for Apple devices
6
+rewrite ^/.well-known/carddav /radicale/ redirect;
7
+rewrite ^/.well-known/caldav /radicale/ redirect;
8
+
9
## Base URI: /radicale/
10
location /radicale/ {
11
proxy_pass http://localhost:5232/;
0 commit comments