Hello list,
My apache vhosts are configured to take care of SSL connections. I have
installed nginix as http accelerator. How can I instruct nginx to pass all
SSL request to apache SSL vhost ?
Thanks
___
nginx mailing list
nginx@nginx.org
http://mailma
> Hi
>
> I was watching this video by fastly ceo http://youtu.be/zrSvoQz1GOs?t=24m44s
> he talks about the nginx ssl handshake versus apache and comes to the
> conclusion that apache was more efficient at mass handshakes due to
> nginx blocking while it calls back to openssl
>
> I was hoping to ge
Can someone help me with configuration how to grab this filename and save
into variable using map module ? I'm trying 2 days and still not working for
me :((
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,249402,249406#msg-249406
___
nginx ma
I have tryeid to do something like this but it seems that variable
$upstream_http_content_disposition is empty.. when I want to redirect to
different url..
proxy_pass http://www.domainresultget.com;
set $x $upstream_http_content_disposition;
return 301 http://domaintest.com/test.php?x=$x;
variabl