Re: nginx usptream 302 redirect

2013-10-04 Thread Anatoli Marinov
Where I can ask for a help with this configuration? I cannot manage to configure it. My config is as follow: http { proxy_intercept_errors on; proxy_cache_path /home/toli/nginx/run/cache keys_zone=zone_c1:256m inactive=5d max_size=30g; upstream up_servers { server

Re: nginx usptream 302 redirect

2013-10-04 Thread Maxim Dounin
Hello! On Fri, Oct 04, 2013 at 04:20:04PM +0300, Anatoli Marinov wrote: Where I can ask for a help with this configuration? I cannot manage to configure it. The nginx@ list is intended for user questions, see http://nginx.org/en/support.html. [...] But I receive 500 internal server

Re: nginx usptream 302 redirect

2013-10-04 Thread Maxim Dounin
Hello! On Fri, Oct 04, 2013 at 05:51:32PM +0300, Anatoli Marinov wrote: I sent an email to nginx@ also. Let the discussion continue there. As already said, it's offtopic in nginx-devel@ list. [...] -- Maxim Dounin http://nginx.org/en/donation.html

Re: nginx usptream 302 redirect

2013-10-04 Thread Anatoli Marinov
Sure, Thank you ! On Fri, Oct 4, 2013 at 6:15 PM, Maxim Dounin mdou...@mdounin.ru wrote: Hello! On Fri, Oct 04, 2013 at 05:51:32PM +0300, Anatoli Marinov wrote: I sent an email to nginx@ also. Let the discussion continue there. As already said, it's offtopic in nginx-devel@ list.

Re: nginx usptream 302 redirect

2013-10-02 Thread Maxim Dounin
Hello! On Wed, Oct 02, 2013 at 03:03:18PM +0300, Anatoli Marinov wrote: Hello, Is there an easy way to configure nginx upstream to follow 302 instead of send them to the browser? The question seems to be off-topic on the nginx-devel@ list. The answer is yes, but you'll need to configure it