tags:

views:

32

answers:

1

Hey Guys, I'm looking for a PHP framework that, if I'm lucky, just works in nginx under FastCGI, otherwise, one that doesn't take too much tweaking.

+2  A: 

As some commenters have noted you just need to set up nginx correctly. Here's a post that sets up nginx for codeigniter.

rojoca
I have been looking for either frameworks that require little tono setup, or posts illustrating how to set some up, thank you for this, i hadn't Stumbles across it; this helps a lot.
Rixius
If you want to get the most out of nginx you really need to learn all the ins and outs of its configuration. If you want easy setup you're better off using apache
rojoca