New droplet on DigitalOcean, trying to simply run Grav and get a simple webpage. Followed instructions at DigitalOcean | Grav Documentation to set up new host to support Grav. DigitalOcean provided significant support, but can’t find any reason we get nothing on the web server other than 404 Not Found / nginx/1.24.0 (Ubuntu). They are suggesting that maybe Grav does not support, or has a different configuration requirement for this combination of PHP 8.3 and Ubuntu 24.04.
Grav works with PHP 8.3 and Ubuntu 24.04, so it’s likely an Nginx config issue. Make sure your root points to Grav’s web directory and that index.php is included in the index directive, matching your PHP-FPM socket path.