create gzip version of js files

This commit is contained in:
j 2012-01-02 18:23:46 +05:30
commit f37e390fcb
2 changed files with 10 additions and 0 deletions

View file

@ -5,6 +5,7 @@ server {
#those need to go into /etc/nginx/nginx.conf in the http section
#gzip on;
#gzip_static on;
#gzip_http_version 1.1;
#gzip_vary on;
#gzip_comp_level 6;