What type of hardware are you using: Raspberry Pi 3, 4+
What YunoHost version are you running: 12.07
How are you able to access your server: The webadmin
SSH
Direct access via physical keyboard/screen
Are you in a special context or did you perform specific tweaking on your YunoHost instance ?: install by my_webapp
Describe your issue
Since the update to YH 12 we can´t login by webdav / caldav anymore. We looked up in the logs of the app and could see that
PHP_AUTH_USER and PHP_AUTH_PW
are missing
We added to
/etc/nginx/conf.d/<site>.d/my_webapp.conf
the lines
fastcgi_param PHP_AUTH_USER $remote_user;
fastcgi_param PHP_AUTH_PW $http_authorization;
but that did not help
any idea what we could try next?
Thanks for your help