Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Accepted Answer
The problem is resolved.
In file nginx.conf the following line needed uncommenting.
##
# Phusion Passenger config
##
# Uncomment it if you installed passenger or passenger-enterprise
##
include /etc/nginx/passenger.conf;
Using $nginx -V, I verified that the version got upgraded from 1.12.2 to 1.18.0 It was working in earlier version. I wonder if new version broke it.
Hi @codecutter,
There are two things I would recommend. First, make sure you have the proper ownership and permissions on your document root folder /home/deploy/my_app/current/public and /home/deploy/my_app and /home/deploy/my_app/current/. Unless you have a specific permissions scheme, files should be 644 and folders 755. As to ownership, you need to see what your NGINX is using from it’s settings in /etc/nginx.
Once you verified this, I’ll recommend checking out the nginx error_log. In there it should say where exactly is this forbidden error coming from.
If you are not sure about the error from your logs, you can paste it here and I’ll assist in troubleshooting it.
Regards, KFSys