[Rails-deploy] Re: which is efficient fastcgi or mingrel ?

2007-08-14 Thread Daniel Patrick Johnson
On Tue, 2007-08-14 at 01:44 +0200, D. Krmpotic wrote: Definitelly Nginx + Mongrel is a great combo... Does anyone know how exactly Nginx configuration works? By default there is no path under Location / {} and still Welcome to Nginx is displayed.. is Nginx actually serving some file or does

[Rails-deploy] Re: which is efficient fastcgi or mingrel ?

2007-08-13 Thread Daniel Patrick Johnson
On Mon, 2007-08-13 at 19:46 +0200, Swaroop Kanth wrote: which is efficient,fastcgi or mingrel? Typo? Definitely go with mongrel_rails. The servers have run so much faster, and more reliably since converted most of the sites from fastcgi to mongrel_rails with a proxy balancer. Nginx, and

[Rails-deploy] Re: which is efficient fastcgi or mingrel ?

2007-08-13 Thread D. Krmpotic
Definitelly Nginx + Mongrel is a great combo... Does anyone know how exactly Nginx configuration works? By default there is no path under Location / {} and still Welcome to Nginx is displayed.. is Nginx actually serving some file or does it have set internally IF no path then produce welcome