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 s

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 > configuration w

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 alienmega via nginx
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, it overwrites that response. Now I need to check on cloudflare if ther