My Nginx config is catching all subdomains without specifying a wildcard. I
have created an special config for each subdomain, but seems that all
subdomains pass trough the main domain configuration. I have discovered
this by removing the subdomains configuration files from nginx.conf and
watching
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) and
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;