VermontDepartmentOfHealth / covid-bot

A knowledge base & automated chatbot from the Vermont Department of Health with info for the COVID-19 response
https://vermontdepartmentofhealth.github.io/covid-bot/
MIT License
3 stars 2 forks source link

allow gzip compression #38

Open KyleMit opened 4 years ago

KyleMit commented 4 years ago

There is an issue with our reverse proxy when we have outbound rules. URL Rewrite will complain if the response is compressed because it can't inspect and alter traffic. We need to either eliminate outbound rules or filter the active ones to make sure they only try to fire when they already have a match on the resource path.