Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable gzip compression in nginx #107

Closed
fhemberger opened this issue Apr 10, 2018 · 1 comment
Closed

Enable gzip compression in nginx #107

fhemberger opened this issue Apr 10, 2018 · 1 comment

Comments

@fhemberger
Copy link

Looks like gzip compression is currently not enabled in nginx (Content-Encoding header is missing), but especially the API calls would benefit from it.

gzip            on;
gzip_min_length 1000;
gzip_proxied    no-store;
gzip_types      gzip_types text/plain text/css application/javascript application/json text/xml application/xml application/xml+rss image/svg+xml;
@aaronpk
Copy link
Owner

aaronpk commented Jun 16, 2019

Thanks! gzip compression is now on.

@aaronpk aaronpk closed this as completed Jun 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants