My YunoHost server
Hardware: Dedicated computer with Bullseye, i3-4130 CPU @ 3.40GHz & 8GB of memory RAM
YunoHost version: 11.0.9.14
I have access to my server : Through SSH | direct access via keyboard / screen | …
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no
Description of my issue
After migrating to Bullseye, nginx can’t start, and it result of installed apps are not reachables.
There are a few Hastebin links :
I think this issue is due to the error at line 8.
This file is not found : /usr/share/yunohost/other/ffdhe2048.pem
But it exist in /usr/share/yunohost directory.
I’ve tried to fix that by copying /usr/share/yunohost/ffdhe2048.pem in /usr/share/yunohost/other/ffdhe2048.pem
After service nginx start, it work great.
Do you know why nginx try to access the ffdhe2048.pem in an other directory of the real directory ?
Do you know if this “fix” can be used in long time in production server ?