ssl_preread_server_name not extracted

2017-09-11 Thread Brian
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 repo). Any idea whats going on here? tcpdump shows th

Re: Zero/random file module

2017-09-11 Thread Maxim Dounin
Hello! On Mon, Sep 11, 2017 at 04:47:34PM +0200, Grzegorz Kulewski wrote: > In my company we often want to monitor transfer speeds. To do > that we upload 1M-10G zero/random file to a web server and then > we set up some monitoring to time the download. Or we do the > download by hand during t

Zero/random file module

2017-09-11 Thread Grzegorz Kulewski
Hello, In my company we often want to monitor transfer speeds. To do that we upload 1M-10G zero/random file to a web server and then we set up some monitoring to time the download. Or we do the download by hand during troubleshooting sessions. The downside of this is that we need to upload and

Re: MP4 module with pseudo streaming + proxy_cache

2017-09-11 Thread Roman Arutyunyan
Hi, On Mon, Sep 11, 2017 at 09:21:49AM -0400, tbs wrote: > Hello, > > I am trying to setup proxy cache with proxy pass and serving mp4 files for > my flash player. i am having hard time getting the mp4 module to work with > this combination, it works fine for local files but proxy pass/cache it

MP4 module with pseudo streaming + proxy_cache

2017-09-11 Thread tbs
Hello, I am trying to setup proxy cache with proxy pass and serving mp4 files for my flash player. i am having hard time getting the mp4 module to work with this combination, it works fine for local files but proxy pass/cache it doesn't work i see the CDN providers are using this method and work

cookie rename nginx

2017-09-11 Thread rgentil
Hi, I am new on this forum and I am also new working with nginx. I know the basic of nginx. I was wondering if someone could help me to write a script to rename a cookie name in a http response header. I have the following apache script for that but I am unable to convert it to nginx.