Trying to install Symfony 1.4.11 application on Ubutnu Server + Nginx + php-fpm
Nginx configuration was applied from here: http://wiki.nginx.org/Symfony
See section: “Secure Symfony 1.4 config generalized from a production system & tested”
Public part of application works great, but when it comes to login – I get an error message:
”
Oops! Page Not Found
The server returned a 404 response.
“
In nginx error log I can see:
” Empty module and/or action after parsing the URL “/backend_dev.php/login” (/) “
The “sfDoctrineGuardPlugin” is used for authentication and can see all routes configured under:
$ php symfony app:routes backend
...
sf_guard_signout ANY /logout
sf_guard_signin ANY /login
...
Anyone have any ideas?
The following configuration worked for me: