Clarify that the /usr/bin/passenger-config validate-install must be done with sudo. I was not doing it and an error was appearing
Give execute permissions to home folder
I was stuck here more 10 minutes. After checking the nginx error log, I realized it had to do with some permission, then I found this answer:
https://stackoverflow.com/a/57998050/1243247
Clarify that the
/usr/bin/passenger-config validate-install
must be done with sudo. I was not doing it and an error was appearingGive execute permissions to home folder I was stuck here more 10 minutes. After checking the nginx error log, I realized it had to do with some permission, then I found this answer: https://stackoverflow.com/a/57998050/1243247