Hello,
When using nginx in proxy_cache mode, and configuring the cache zone like
below, it seems that the zone sometimes exceed the configured size by like
10%; I'm buffering new items at a high rate, and I'm wondering how this
cache zone is cleaned up ? Is there a time-based recurring size check
Hello!
On Sun, Oct 25, 2015 at 02:38:33PM -0400, agrisv wrote:
[...]
> Maybe something with ssl renegotiation in nginx???
SSL renegotiation is completely forbidden in nginx as of now. If
you are trying to connect to a server which requires renegotiation -
it won't work.
--
Maxim Dounin
htt
Greetings,
I managed to get Nginx running with php-scripts, but I don't understand how
the script is supposed to authenticate through auth_request.
What is the script supposed to do to reject a request? I tried the header()
function but that doesn't do much.
Any ideas?
Posted at Nginx Forum:
ht