Proxy cache zone maximal size

2015-10-26 Thread footplus
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

Re: Proxy pass certificate autentificate TO MS IIS

2015-10-26 Thread Maxim Dounin
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

Auth_request PHP question

2015-10-26 Thread JaminVP
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