Re: add headers / gixy

2017-09-12 Thread Zhang Chao
Hi! here is the describtion about add_header may can help you. > Adds the specified field to a response header provided that the response code equals 200, 201, 204, 206, 301, 302, 303, 304, 307, or 308. The value can contain variables. > There could be several add_header directives. These direc

add headers / gixy

2017-09-12 Thread siefke_lis...@web.de
Hi, I've encountered a blog article on a few add header statements. I had done a few online tests and it seems to be consistently ignoring all add header specs. I found the tool Gixy and here the same result. Now I ask me how do I set the Add header instructions correctly? Thank you for help S

Re: MP4 module with pseudo streaming + proxy_cache

2017-09-12 Thread Roman Arutyunyan
On Tue, Sep 12, 2017 at 05:21:59PM +0200, Lucas Rolff wrote: > > is it too much to ask for nginx to implement this > > It depends on what you want to get implemented. > > You can just have a location block in nginx handing mp4 and then using the > slice module as Roman already mentioned, this wil

Re: MP4 module with pseudo streaming + proxy_cache

2017-09-12 Thread Lucas Rolff
> is it too much to ask for nginx to implement this It depends on what you want to get implemented. You can just have a location block in nginx handing mp4 and then using the slice module as Roman already mentioned, this will cause the initial chunk (which contains the MOOV atom) to be loaded

Re: MP4 module with pseudo streaming + proxy_cache

2017-09-12 Thread tbs
is it too much to ask for nginx to implement this feature if others can do it via their own developers? i couldn't find developer that are familiar with this, i looked already. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,276322,276334#msg-276334 ___

Re: MP4 module with pseudo streaming + proxy_cache

2017-09-12 Thread Roman Arutyunyan
Hi, On Tue, Sep 12, 2017 at 08:56:43AM -0400, tbs wrote: > thanks for your comment Roman, do you know how these guys did it? > > https://www.maxcdn.com/one/tutorial/pseudo-streaming-maxcdn/ Based on what is written on this page, they have their own module which behaves similarly to nginx standar

Re: MP4 module with pseudo streaming + proxy_cache

2017-09-12 Thread tbs
thanks for your comment Roman, do you know how these guys did it? https://www.maxcdn.com/one/tutorial/pseudo-streaming-maxcdn/ Posted at Nginx Forum: https://forum.nginx.org/read.php?2,276322,276332#msg-276332 ___ nginx mailing list nginx@nginx.org ht

Re: ssl_preread_server_name not extracted

2017-09-12 Thread Sergey Kandaurov
> On 12 Sep 2017, at 07:29, Brian wrote: > > I have the following file named test.stream which is being included via > nginx.conf stream { include /etc/nginx/conf.d/*.stream; } > > the ssl_preread_server_name variable is not being extracted and I’m running > Nginx/1.13.5 (via centos 7 nginx