#Additional rule to handle clear URLs error_page 404 = @laravel_clean_url; location @laravel_clean_url { try_files $uri /index.php?$query_string; }