Skip to content

Instantly share code, notes, and snippets.

View Sargeanthost's full-sized avatar

Carlos Sargeanthost

  • California
View GitHub Profile
@Sargeanthost
Sargeanthost / nginx.conf
Last active March 7, 2021 21:45 — forked from kilhage/nginx-gzip.conf
gzip compression settings
#https://nginx.org/en/docs/http/ngx_http_gzip_module.html
gzip on;
gzip_comp_level 5;
gzip_vary on;
gzip_disable “msie6”;
gzip_proxied expired no-cache no-store private auth;
gzip_types
text/css
text/plain
text/xml