Re: Conditional based cache control

2017-09-09 Thread Ish Sookun
Hi Zhang, Thank you for the suggestion. I will look into ngx_http_lua_module. Regards, Ish Sookun On 09/09/2017 06:30 PM, Zhang Chao wrote: > Hi! > > I think you can consider the ngx_lua, you can achieve your purpose easily > by this. :) > > > On 9 September 2017 at

Conditional based cache control

2017-09-09 Thread Ish Sookun
le to find something by starting with the "Last-Modified" value that is returned by the origin server. Regards, Ish Sookun ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Separated reverse proxy for different users

2017-09-03 Thread Ish Sookun
he proxy_pass, I suggest commenting/removing the try_files directive. E.g. location / { auth_basic "restricted content"; auth_basic_user_file "/home/secure/.passwords"; auth_request_set $auth_status $upstream_status;

Re: nginx https server logs

2017-09-02 Thread Ish Sookun
27;s the status code for the refreshed page? Are you getting HTTP 200? If not, could you verify whether subsequent requests are not cached by your browser or proxy (if you're behind one). Regards, Ish Sookun ___ nginx mailing list nginx@nginx.org