binarydeps: tengine 2.1.0 -> nginx 1.8.0
nginx stable now has unbuffered uploading support, thus we are no longer required to use tengine.
This commit is contained in:
parent
04678e4e64
commit
f7c81e2a34
3 changed files with 3 additions and 0 deletions
BIN
binary_dependencies/nginx_1.8.0-1_amd64.deb
Normal file
BIN
binary_dependencies/nginx_1.8.0-1_amd64.deb
Normal file
Binary file not shown.
Binary file not shown.
|
@ -50,6 +50,9 @@ location /v1/ {
|
|||
|
||||
proxy_request_buffering off;
|
||||
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Connection "";
|
||||
|
||||
proxy_pass http://registry_app_server;
|
||||
proxy_temp_path /tmp 1 2;
|
||||
|
||||
|
|
Reference in a new issue