mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-02 04:37:37 +03:00
update from https://github.com/Kozea/Radicale/issues/740
This commit is contained in:
parent
aa35c678ce
commit
018978edd8
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
|||
###
|
||||
### Usual configuration file location: /etc/nginx/default.d/
|
||||
|
||||
## "well-known" redirect at least for Apple devices
|
||||
rewrite ^/.well-known/carddav /radicale/ redirect;
|
||||
rewrite ^/.well-known/caldav /radicale/ redirect;
|
||||
|
||||
## Base URI: /radicale/
|
||||
location /radicale/ {
|
||||
proxy_pass http://localhost:5232/;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue