Loading project.clj +1 −1 Original line number Diff line number Diff line (defproject python/lein-template "0.5.8" (defproject python/lein-template "0.5.9" :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 +2 −0 Original line number Diff line number Diff line Loading @@ -32,5 +32,7 @@ server { location / { include uwsgi_params; uwsgi_pass 127.0.0.1:8082; uwsgi_read_timeout 300; uwsgi_send_timeout 300; } } src/leiningen/new/python/conf/https.site +2 −0 Original line number Diff line number Diff line Loading @@ -45,5 +45,7 @@ server { location / { include uwsgi_params; uwsgi_pass 127.0.0.1:8082; uwsgi_read_timeout 300; uwsgi_send_timeout 300; } } Loading
project.clj +1 −1 Original line number Diff line number Diff line (defproject python/lein-template "0.5.8" (defproject python/lein-template "0.5.9" :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 +2 −0 Original line number Diff line number Diff line Loading @@ -32,5 +32,7 @@ server { location / { include uwsgi_params; uwsgi_pass 127.0.0.1:8082; uwsgi_read_timeout 300; uwsgi_send_timeout 300; } }
src/leiningen/new/python/conf/https.site +2 −0 Original line number Diff line number Diff line Loading @@ -45,5 +45,7 @@ server { location / { include uwsgi_params; uwsgi_pass 127.0.0.1:8082; uwsgi_read_timeout 300; uwsgi_send_timeout 300; } }