I have one Symfony2 project named SymfonyProject.
I had until now one nginx config file that points to that project with www.symfonyproject.com
I developed some static twig pages in the SymfonyProject which I would like to access with another url: www.symfonyproject2.com
So, the www.symfonyproject2.com will only access one route from the SymfonyProject.
How to do this with Nginx? I created another config file in sites enabled, but don't know how to redirect trafic to a specific symfony2 route.