On Fri, Apr 29, 2022 at 12:54:42AM +0530, Kaushal Shriyan wrote:
Hi there,
> I am following
> https://www.ryadel.com/en/nginx-purge-proxy-cache-delete-invalidate-linux-centos-7/
> and https://bluegrid.io/edu/how-to-purge-the-nginx-cache/ to purge cache. I
> am attaching the nginx file for your re
Hello,
first of all, I apologize if this is not the proper way to use a mailing list,
I think I never used one and I didn't know they were still a thing 😅
However, after updating to the latest nginx mainline I started seeing this
warning:
nginx: [warn] duplicate extension "woff", content type:
Hi Francis,
I am following https://bluegrid.io/edu/how-to-purge-the-nginx-cache/ and
have attached the nginx config file for your reference. I am running nginx
version: nginx/1.20.2 on CentOS Linux release 7.9.2009 (Core)
#curl -I https://testnginxproxycachepurge.testintcraft.com -H 'Cache-Purge:
After checking better, I found where the issue is, I have
font/woff2 woff;
Instead of
font/woff2 woff2;
I’ll contact my package maintainer (ppa:ondrej/nginx-mainline on Ubuntu) so
they can fix the issue
From: Francesco Montanari
Sent: Tuesday, May 3, 2022 1:12 PM
To: nginx@nginx.org
On Tue, May 03, 2022 at 03:59:48PM +0530, Kaushal Shriyan wrote:
Hi there,
> I am following https://bluegrid.io/edu/how-to-purge-the-nginx-cache/ and
> have attached the nginx config file for your reference. I am running nginx
> version: nginx/1.20.2 on CentOS Linux release 7.9.2009 (Core)
>
> #
On Tue, May 3, 2022 at 5:30 PM Francis Daly wrote:
> On Tue, May 03, 2022 at 03:59:48PM +0530, Kaushal Shriyan wrote:
>
> Hi there,
>
> > I am following https://bluegrid.io/edu/how-to-purge-the-nginx-cache/ and
> > have attached the nginx config file for your reference. I am running
> nginx
> > v