Hi,
I started a NGINX Controller Trial andd used the Freemium non expiring
Association token to activate my controller lisence. This worked fine .and
my contorlelr shows as activated
.
I then followd this guide to download the cert and key for the nginx plus
repo:
https://docs.nginx.com/nginx-con
Wow, thats it! The delay is gone.
For now I am satisfied that the delay is gone and will read up some more on
tcp_nopush.
For the future: Is there any information on why the combination of
tcp_nopush and proxy_cache_background_update create the delay and not the
STALE response you get when the ba
To clarify a few things:
The delay has nothing to do with the proxy_cache_valid 200 time, this change
only made me realize that there seems to be a problem. Before this change
our web monitoring would always get a cache HIT, and after it mostly got a
STALE response because it checks every minute.
I recently set proxy_cache_valid 200 to 1 second, down from 15 minutes to
refresh the content more often (With proxy_cache_background_update on;
already activated long before that).
Our Web monitoring, checking our site every minute, showed an increase in
response time following this change.
After
Thanks. I never even considered that the certificate could be the problem.
Maxim Dounin Wrote:
---
> Hello!
>
> On Wed, Aug 21, 2013 at 01:19:01PM -0400, stephan13360 wrote:
>
> > Chrome 29 came out recently and now supp
Chrome 29 came out recently and now supports TLS 1.2. So i decided to add
some of the new TLS 1.2 ciphers to my webserver, which are specified here:
https://www.openssl.org/docs/apps/ciphers.html#TLS_v1_2_cipher_suites.
My current setup is: Ubuntu 10.04, Nginx 1.5.3 ,OpenSSL 1.0.1e (build
myself)