Re: Multiple certificate support revisited

2016-05-14 Thread F. DA SILVA
Hi, Brandon. Shorten (by myself) answer from nginx guys , i received at beginning of May: "...(this) is work in process already, ... hope it will be finished in May." Regards, FDS >> Le 14 mai 2016 à 17:22, Brandon Black a écrit : >> >> On Tue, Aug 18, 2015 at 2:31 PM,

Re: nginx reverse proxy with rtmp

2016-05-14 Thread Zin Man
Yuriy Medvedev wrote in post #1183456: > Rtmp it's tcp and you need use nginx as tcp proxy like haproxy > 14 мая 2016 г. 3:04 пользователь "Zin Man" > написал: can you please give me an example config -- Posted via http://www.ruby-forum.com/.

Re: Multiple certificate support revisited

2016-05-14 Thread Brandon Black
On Tue, Aug 18, 2015 at 2:31 PM, Brandon Black wrote: > Hi all, > > The Wikimedia Foundation has been running nginx-1.9.3 patched for > multi-certificate support for all production TLS traffic for a few > weeks now without incident, for all inbound requests to Wikipedia and

Re: Serving website with Apache, with Nginx as interface?

2016-05-14 Thread Alex Hall
> On May 14, 2016, at 05:19, Francis Daly wrote: > > On Fri, May 13, 2016 at 01:24:57PM -0400, Alex Hall wrote: > > Hi there, > >> It's as though the proxy weren't working properly at all. >> I have it set up in a location: >> >> upstream apache2Redirect { >> server

Re: Serving website with Apache, with Nginx as interface?

2016-05-14 Thread itpp2012
Alex Hall Wrote: --- > upstream apache2Redirect { > server 127.0.0.1:8080; > } > > location / { > proxy_set_header Host $host; > proxy_pass http://apache2Redirect; > } Browser(get localhost:8080) -> osticket (return responses with

Re: nginx reverse proxy with rtmp

2016-05-14 Thread Yuriy Medvedev
Rtmp it's tcp and you need use nginx as tcp proxy like haproxy 14 мая 2016 г. 3:04 пользователь "Zin Man" написал: > I am trying to use nginx reverse proxy to connect to a nginx rtmp server > > 2 servers a and b > > a = nginx with rtmp ( videos loacated here ) > > b = nginx