fix vm build script/nginx example config

This commit is contained in:
j 2013-02-02 19:53:44 +05:30
commit 2cf3d3e7cb
2 changed files with 9 additions and 6 deletions

View file

@ -41,7 +41,7 @@ server {
proxy_read_timeout 90; #should be in sync with gunicorn timeout
proxy_connect_timeout 90; #should be in sync with gunicorn timeout
if (!-f $request_filename) {
proxy_pass http:/127.0.0.1:2620;
proxy_pass http://127.0.0.1:2620;
break;
}
client_max_body_size 32m;