sabre-io / Baikal

Baïkal is a Calendar+Contacts server
https://sabre.io/baikal/
GNU General Public License v3.0
2.44k stars 282 forks source link

Update nginx config on https://sabre.io/baikal/install/ #1218

Closed jogalt closed 9 months ago

jogalt commented 9 months ago

Baikal version: 0.9.4

Problem you are having: Long calendar/card url was causing issues on iOS.

Suggested solution:

Add the following line to the nginx config to keep the URL short.

rewrite ^/dav.php /baikal/html/dav.php redirect;

jogalt commented 9 months ago

Found another way to edit the config file. Closing

jogalt commented 9 months ago

Closing