How to service Gzip static files (React) through Azure app service, as app service only provides pm2 serve (no configuration exposure)
I have already figured out a way to push gzip files to build folder, looking a way only to servce them through app service linux
a solution if anyone has already implemented serving gzip files using pm2, azure app service.
If anyone has a way to serve gzip files through app service, please share