Fix the Webdav behavior with Radicale, related to #334

master
kaiyou 7 years ago
parent 03d3351496
commit 743eb81908

@ -103,8 +103,13 @@ http {
auth_request /internal/auth/basic;
auth_request_set $user $upstream_http_x_user;
proxy_set_header X-Remote-User $user;
proxy_set_header X-Script-Name /webdav;
proxy_pass http://$webdav;
}
location ~ ^/.well-known/(carddav|caldav) {
return 301 /webdav/;
}
{% endif %}
{% endif %}

Loading…
Cancel
Save