Re: HTTP/2 roadmap

2016-03-13 Thread Maxim Dounin
Hello! On Sat, Mar 12, 2016 at 01:09:41PM +, Phil Lello wrote: [...] > > > A secondary requirement is a mechanism to implement server-push, so that > > > can specify page dependencies, rather than requiring > > > inspection of content within the server. > > > > > > Is any work currently bei

HLS proxying multiple sources

2016-03-13 Thread Subscriptions
Hello, I need a way to provide the 'proxy_pass' argument from external script for hls streaming. One way will be to use exec_pull with rtmp module, but this means to convert hls to rtmp, and run ffmpeg - pretty cumbersome. If there is a way to do something like ** proxy_pass `my_script origin

How Does Nginx forward connections?

2016-03-13 Thread sammy_raul
Hello All, I am thinking, how does Nginx forward TCP connections. Does it create a single TCP connection to backend server (considering single backend) or as many as clients connected to the Nginx proxy. What I mean to say is, as Nginx Proxy receives a client connection, it must call Accept and cr

[no subject]

2016-03-13 Thread Kirill Vlaskin
-- *С уважением/ Best regards, * *Власкин Кирилл/ Vlaskin Kirill* *mail: k.vlas...@gmail.com * *Skype: k.vlaskin * *Tel. 8-985-145-61-92* ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Correct Rewrite?

2016-03-13 Thread mevans336
That seems like a very elegant way to handle the problem. I'll give it a shot. Thanks! Posted at Nginx Forum: https://forum.nginx.org/read.php?2,265257,265282#msg-265282 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/n

proxy_ssl_certificate not working as expected

2016-03-13 Thread elanh
Hello, I'm using nginx as a proxy to a backend server. The backend server is also using nginx and enforcing client certificate authentication using the ssl_client_certificate and ssl_verify_client directives. In my nginx server I set the following: location /proxy { proxy_pass