Skip to content

Commit c606271

Browse files
authored
Merge pull request #1696 from pbiering/nginx-well-known-rewrite
extend example config for nginx reverse proxy related to well-known
2 parents aa35c67 + 018978e commit c606271

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)