Re: upstream: ip_hash and backup

2014-08-11 Thread husseingalal
Hello, i have this little solution of load balancer at the front end using nginx and two php-fpm application servers at the backend and i installed php-fpm on the load balancer as a backup application server, i wanted to use ip_hash with backup i tried your solution but it keep giving me 502 bad

postpone_gzipping

2014-07-31 Thread husseingalal
Hi, I encountered the directive postpone_gzipping but i couldnt find an explanation in the documentation although i found the directive in the source code of nginx, how is that directive different from gzip_min_length? Posted at Nginx Forum:

break flag in rewrite directive

2014-07-27 Thread husseingalal
Hi, I wanted to ask about break flag in rewrite directive as i understand Nginx does not initiate a new request for the modified URI but i cant understand how this will be useful? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,252065,252065#msg-252065