I have deployed my Angular app on Azure Web Service(gz files included) - App Service Linux, but responses returned aren't compressed so my app load is taking too long. When I look at Network tab, I see that files which are served by server aren't compressed. Also, when I check my xxx.azurewebsites.net website here it says that compression is not enabled. Is there a way to enable compressing for Azure App Service Linux?
Update: This app is running on Linux server. I've found this useful link: https://azureossd.github.io/2022/07/13/Compression-on-App-Service-Linux/ but still don't know how to enable compression for an Angular app.