Re: Cache vs expires time

2019-01-06 Thread Maxim Dounin
Hello! On Sun, Jan 06, 2019 at 03:07:00PM +0200, Andrei wrote: > I was wondering how can I force cache of a $request_uri (/abc) for 10 > minutes, but set the browser expires headers for 5 minutes? The most basic options are: - You can set Expires from your backend as desired for browser cac

Re: stable | mainline - encoding error ssl_stapling_file

2019-01-06 Thread Maxim Dounin
Hello! On Fri, Jan 04, 2019 at 05:57:56AM +0100, ѽ҉ḳ℠ wrote: >On 04.01.2019 05:35, Maxim Dounin wrote: > > The "ssl_stapling_file" directive needs an OCSP response obtained > from your certificate authority, not a certificate. As you are > trying to put a certificate instead, parsing e

Cache vs expires time

2019-01-06 Thread Andrei
Hello, I was wondering how can I force cache of a $request_uri (/abc) for 10 minutes, but set the browser expires headers for 5 minutes? ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx