fix vm build script/nginx example config
This commit is contained in:
parent
ca50e1dc54
commit
2cf3d3e7cb
2 changed files with 9 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue