Re: Building nginx from Source on Windows

2015-12-27 Thread Igal @ Lucee.org
update: so I ran the following command: auto/configure --with-cc=gcc --prefix= --conf-path=conf/nginx.conf --pid-path=nginx.pid --http-log-path=logs/access.log --error-log-path=logs/error.log--without-http_gzip_module --without-http_rewrite_module and it creates the objs/Makefile (35kb)

Slow mp4 buffer over SSL !!

2015-12-27 Thread shahzaib shahzaib
Hi, We've shifted our static content to SSL recently and found that mp4 streaming is drastically slow over SSL ( around 90KBps on 4Mbps connection) and if we test the same video over HTTP it gives us full 400+KBps speed. Here is the SSL config : server { listen 443 spdy; ssl on;