Hello, I have done everything asked for but I get failed. Reason for failure is nginx was not configured for the correct port but I was 100% sure it was the correct port (8093), even tested with curl and everything. Still failed.
EDIT: found another post, and a reply there with a guide. Will update what happens.
EDIT 2: It worked, I followed this guide: community-faq/docs/kodekloud-engineer/level-4/linux/09-nginx-php-fpm-linux-sock.md at main · kodekloudhub/community-faq · GitHub (thank you to whoever made this). I was still pretty sure I had the correct port before though, but I didn’t do chown -R root:nginx /var/lib/php
on my failed attempt though which could be the reason why.