Increase nginx proxy timeout and close db before storage operation

This commit is contained in:
Silas Sewell 2015-12-03 11:19:39 -05:00
parent 597d6ecd3c
commit 8781cf6e11
2 changed files with 13 additions and 10 deletions

View file

@ -64,6 +64,8 @@ location ~ ^/v2 {
proxy_request_buffering off;
proxy_read_timeout 300;
proxy_http_version 1.1;
proxy_pass http://registry_app_server;