Janmejay
Janmejay

Reputation: 1053

Setting up Symfony with Nginx server

My project requires to set up symfony with Nginx server. I have previously used Symfony with Apache. Currently I have followed the steps mentioned here http://wiki.nginx.org/index.php?title=Symfony&oldid=6054 ,but somehow it is not running properly.

Update: The nginx wiki now contains working configuration for symfony 1.4 and 2.0

Upvotes: 2

Views: 13159

Answers (1)

cmc
cmc

Reputation: 4413

Here is a working symfony nginx config.

It is based on Ubuntu/Debian installations, please comment/edit at the linked post if conversion to another platform might be required.

Edit: The error mentioned in the comments has been fixed in the linked answer.

Upvotes: 2

Related Questions