Hi,
Is it possible with the same install of nginx to have php on some
server{}
sections and a python/django on another ?
Thanks
Hi,
Is it possible with the same install of nginx to have php on some
server{}
sections and a python/django on another ?
Thanks
Yes
On Sat, 2008-09-13 at 17:56 +0000, David wrote:
Hi,
Is it possible with the same install of nginx to have php on some server{}
sections and a python/django on another ?
Not only yes, you could have them both within the same server{} block.
FastCGI is language-neutral. Nginx has no idea (nor does it care) what
language the backend is written in.
Regards,
Cliff
Thanks for your replies
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs