You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently proposed Nginx configuration does not propagate URI that starts with /app.php to the application. Instead, Nginx gives plain "404 Not Found" error page.
I tried to install symfony-demo and use the proposed Nginx configuration.
When I go to http://localhost/app99.php I get custom 404 page (rendered through the application).
But http://localhost/app.php gives me a plain 404 error page (directly from Nginx).
The same applies to http://localhost/app.php/anything.
Could you change it to a configuration that propagates all URLs to the application?