on I'm deploying a Laravel app on nginx. Only the main route works, every other throws me a 404 · c/selfhosted · 2 pts · 1yCheck out this page. https://laravel.com/docs/10.x/deployment You have to redirect all requests to index.php in the public folder. There is a sample Nginx configuration file on this page.
Check out this page. https://laravel.com/docs/10.x/deployment
You have to redirect all requests to index.php in the public folder. There is a sample Nginx configuration file on this page.