We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa35c67 + 018978e commit c606271Copy full SHA for c606271
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