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.
Hi @landed,
The Not Found message shouldn’t be connected to the PHP. Usually a 404 error is a result of not using the proper location for your website files.
Now I didn’t fully understand if you get 404 Not Found as a server error code or from your application. If it’s from your application, I’ll recommend checking your error log /var/log/nginx/error.log.
Additionally, please confirm PHP is actually in the mentioned directories fastcgi_pass unix:/run/php/php7.2-fpm.sock;. To do so type in
whereis php
Once you find it, replace the path in your location block with the one you have now.
Regards, KDSys