How can i configure proxy multiple hosts for a domain?

2018-03-11 Thread mslee
It's not load balancing like round robin, least conn, ip bash. I want to know how to proxy simultaneously to the registered proxy host for one domain. I searched for this method, but all documents were about load balancing. Please help me if you are aware of this problem. Thank you in advance. P

Re: ERR_SSL_BAD_RECORD_MAC_ALERT when trying to reuse SSL session

2018-03-11 Thread Maxim Dounin
Hello! On Thu, Mar 08, 2018 at 12:16:50PM +0100, Abilio Marques wrote: > Using NGINX 1.12.2 on MIPS (haven't tested on x86), if I set: > > ssl_session_cache shared:SSL:1m; # it also fails with 10m > > > And the client reestablishes the connection, it > gets: net::ERR_SSL_BAD_RECORD_MAC_ALERT w

Re: Planned Features for gRPC Proxy

2018-03-11 Thread Maxim Dounin
Hello! On Fri, Mar 09, 2018 at 11:50:03AM -0500, Ian McGraw wrote: > Hi all, > > I am new to the nginx community so my apologies if this is not > the correct place for this kind of question. > > I see gRPC proxy is in progress for 1.13: > https://trac.nginx.org/nginx/roadmap > > Does anyon

Re: proxy_pass and trailing / decode uri

2018-03-11 Thread Maxim Dounin
Hello! On Thu, Mar 08, 2018 at 10:34:36PM +0100, max wrote: > Sorry if it was already asked but I'd like to know if the only way to > prevent Nginx from decoding uri while using proxy_pass is: > https://stackoverflow.com/a/37584656/3515745 > > Here is my (simplified) conf: > > server { > se