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 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, > >