NGINX Configuration: Redirecting /app to app.php for a symphony application
I’m currently working on an NGINX configuration for a symphony application. I’m trying to set up a rule where any request to /app should be served by app.php. However, I’m having some trouble getting this to work.