Increase nginx proxy timeout and close db before storage operation
This commit is contained in:
parent
597d6ecd3c
commit
8781cf6e11
2 changed files with 13 additions and 10 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue