Re: trying to disable gzip

2023-10-19 Thread Jeffrey Walton
On Thu, Oct 19, 2023 at 12:36 AM alienmega via nginx wrote: > > Thank you for the information. I didnt notice I was lookgin at the wrong > place. It turns out that the culprit is cloudflare. If I dont use it, I can > see the gzip going on and off(as expected), but as soo as I use cloudflare, >

Re: trying to disable gzip

2023-10-18 Thread alienmega via nginx
there is anyway to turn it off. Sent with Proton Mail secure email. --- Original Message --- On Wednesday, October 18th, 2023 at 12:46 PM, Maxim Dounin wrote: > Hello! > > On Wed, Oct 18, 2023 at 04:13:39PM +, alienmega via nginx wrote: > > > Hello, > >

RE: trying to disable gzip

2023-10-18 Thread Reinis Rozitis
> I added gzip off to nginx.conf file and then check the configuration with > nginx -t, and then reloaded with systemctl reload nginx. > > When I visit the site, I still have > Accept-Encoding: gzip, deflate, br First of all - how are you testing? 'Accept-Encoding' - is the header in http reque

Re: trying to disable gzip

2023-10-18 Thread Maxim Dounin
Hello! On Wed, Oct 18, 2023 at 04:13:39PM +, alienmega via nginx wrote: > Hello, > I am trying to disable gzip to mitigate the breach attack( I use > a service to check for vulnerabilities and it came up with > that). I added gzip off to nginx.conf file and then check the >

trying to disable gzip

2023-10-18 Thread alienmega via nginx
Hello, I am trying to disable gzip to mitigate the breach attack( I use a service to check for vulnerabilities and it came up with that). I added gzip off to nginx.conf file and then check the configuration with nginx -t, and then reloaded with systemctl reload nginx. When I visit the site, I