Loading project.clj +1 −1 Original line number Diff line number Diff line (defproject python/lein-template "0.5.4" (defproject python/lein-template "0.5.5" :description "lein template for a python project" :repositories [["snapshots" {:url "http://devserv.game.yy.com/nexus/content/repositories/snapshots" Loading src/leiningen/new/python/conf/http.site +8 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,14 @@ server { root /usr/local/nginx/html; } gzip on; gzip_disable "msie6"; # text/html is built-in. gzip_types text/plain application/xml text/xml application/x-rss+xml application/xhtml+xml text/css application/javascript application/x-javascript application/json; gzip_comp_level 3; gzip_min_length 1400; gzip_vary on; # allow 127.0.0.1; # allow 113.106.251.80/29; # deny all; Loading src/leiningen/new/python/conf/https.site +8 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,14 @@ server { root /var/www; gzip on; gzip_disable "msie6"; # text/html is built-in. gzip_types text/plain application/xml text/xml application/x-rss+xml application/xhtml+xml text/css application/javascript application/x-javascript application/json; gzip_comp_level 3; gzip_min_length 1400; gzip_vary on; # allow 127.0.0.1; # allow 113.106.251.80/29; # deny all; Loading Loading
project.clj +1 −1 Original line number Diff line number Diff line (defproject python/lein-template "0.5.4" (defproject python/lein-template "0.5.5" :description "lein template for a python project" :repositories [["snapshots" {:url "http://devserv.game.yy.com/nexus/content/repositories/snapshots" Loading
src/leiningen/new/python/conf/http.site +8 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,14 @@ server { root /usr/local/nginx/html; } gzip on; gzip_disable "msie6"; # text/html is built-in. gzip_types text/plain application/xml text/xml application/x-rss+xml application/xhtml+xml text/css application/javascript application/x-javascript application/json; gzip_comp_level 3; gzip_min_length 1400; gzip_vary on; # allow 127.0.0.1; # allow 113.106.251.80/29; # deny all; Loading
src/leiningen/new/python/conf/https.site +8 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,14 @@ server { root /var/www; gzip on; gzip_disable "msie6"; # text/html is built-in. gzip_types text/plain application/xml text/xml application/x-rss+xml application/xhtml+xml text/css application/javascript application/x-javascript application/json; gzip_comp_level 3; gzip_min_length 1400; gzip_vary on; # allow 127.0.0.1; # allow 113.106.251.80/29; # deny all; Loading