Jibri adventure after update and change to nginx

Hello, updating the jitsi server worked perfect. Congrats to the developers! However, the before working jibri did not connect. All the logs in the jibri server did not show any “SEVERE” issues. If in /var/log/jitsi/jvb.log the following warning appears:
localhost:5222’ failed because:…connection refused
then :
ufw allow 5222/tcp.
Make sure, that the (jitsi) localhost has the proper name i.e.: mydomain.com
Last but not least follow damencho’s recommendation and put in
/etc/prosody/conf.d/yourdomain.com.cfg.lua in the top line:
consider_bosh_secure = true;

Good luck