Initial commit
This commit is contained in:
commit
06e6de1680
21 changed files with 646 additions and 0 deletions
9
files/config/conf.d/gzip.conf
Normal file
9
files/config/conf.d/gzip.conf
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
gzip on;
|
||||
gzip_disable "msie6";
|
||||
|
||||
gzip_vary on;
|
||||
gzip_proxied any;
|
||||
gzip_comp_level 6;
|
||||
gzip_min_length 1000;
|
||||
gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;
|
||||
gzip_http_version 1.1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue