Compression in Azure App Service on Linux (JavaSE)

0

We're using a Azure App Service for linux with a JavaSE Runtime and have json files, which we would like to compress.

I can't find any resources regarding this topic. Is there a way to enable gzip compression, something like the nginx "gzip: on;" statement? I mean the requests have to go via a reverse proxy or similar since there is SSL termination.

Patrick Amrein

Posted 2019-04-16T10:07:53.287

Reputation: 1

No answers