This commit is contained in:
2021-08-20 18:20:53 -04:00
parent 7fc11199a6
commit b0d5f884aa
17 changed files with 242 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
gzip on;
gzip_vary on;
gzip_min_length 10240;
gzip_proxied expired no-cache no-store private auth;
gzip_types text/plain text/css text/xml text/javascript application/x-javascript application/xml;
gzip_disable "MSIE [1-6]\.";