Skip to content

Instantly share code, notes, and snippets.

@amElnagdy
Created September 26, 2019 18:27
Show Gist options
  • Save amElnagdy/18fffaeb7528cf70340341ca521cf1b5 to your computer and use it in GitHub Desktop.
Save amElnagdy/18fffaeb7528cf70340341ca521cf1b5 to your computer and use it in GitHub Desktop.
Enable GZIP on NGINX
gzip on;
gzip_disable "MSIE [1-6]\.(?!.*SV1)";
gzip_vary on;
gzip_types text/plain text/css text/javascript image/svg+xml image/x-icon application/javascript application/x-javascript;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment