Re: Howto Remove the Cache-Control request header.

2021-01-19 Thread Vincent Blondel
Hello Thank You for the help I made some errors in my checks and confirm it is doing the job Thank You Vincent On Sun, Jan 17, 2021 at 1:16 AM Francis Daly wrote: > On Sat, Jan 16, 2021 at 07:11:54PM +0100, Vincent Blondel wrote: > > Hi there, > > > We want nginx to remove the request header Cac

Re: Howto Remove the Cache-Control request header.

2021-01-16 Thread Francis Daly
On Sat, Jan 16, 2021 at 07:11:54PM +0100, Vincent Blondel wrote: Hi there, > We want nginx to remove the request header Cache-Control before to proxy > the request to the OCS. > We do like this ... 'proxy_set_header Cache-Control "";' appears to work for me. Can you show one request to nginx wi

Re: Howto Remove the Cache-Control request header.

2021-01-16 Thread Vincent Blondel
7:14 PM Thomas Ward wrote: > proxy_ignore_headers Cache-Control; > > Get BlueMail for Android <http://www.bluemail.me/r?b=16117> > -- > *From:* Vincent Blondel > *Sent:* Sat Jan 16 13:11:54 EST 2021 > *To:* nginx@nginx.org > *Subject:*

Re: Howto Remove the Cache-Control request header.

2021-01-16 Thread Thomas Ward
proxy_ignore_headers Cache-Control; ⁣Get BlueMail for Android ​ Original Message From: Vincent Blondel Sent: Sat Jan 16 13:11:54 EST 2021 To: nginx@nginx.org Subject: Howto Remove the Cache-Control request header. Hello, We want nginx to remove the request header Cache

Howto Remove the Cache-Control request header.

2021-01-16 Thread Vincent Blondel
Hello, We want nginx to remove the request header Cache-Control before to proxy the request to the OCS. We do like this ... location /xxx { more_set_headers 'Strict-Transport-Security: max-age=31622400; includeSubDomains'; more_set_headers 'X-XSS-Protection: 1; mode=block';