Re: Purge the Nginx cache

2022-05-03 Thread Francis Daly
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

[warn] duplicate extension "woff"

2022-05-03 Thread Francesco Montanari
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:

Re: Purge the Nginx cache

2022-05-03 Thread Kaushal Shriyan
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:

RE: [warn] duplicate extension "woff"

2022-05-03 Thread Francesco Montanari
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

Re: Purge the Nginx cache

2022-05-03 Thread Francis Daly
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) > > #

Re: Purge the Nginx cache

2022-05-03 Thread Kaushal Shriyan
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