Comment on I'm deploying a Laravel app on nginx. Only the main route works, every other throws me a 404
jdf@lemmy.world 2 months ago
Check out this page. laravel.com/docs/10.x/deployment
You have to redirect all requests to index.php in the public folder. There is a sample Nguni configuration file on this page.