Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add gzip to nginx server config. (jitsi#5700)
* Add gzip and expiration to nginx server config. * Add application/json to gzip_types line to cover translations. * Add gzip_vary for content caches, remove expires section. Per discussion, expiration seems likely to cause more confusion than it solves. Add gzip_vary to prevent content caches from caching un-compressed versions of the content and confusing browsers.
- Loading branch information