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:
Jimmy Zelinskie 2015-06-04 14:31:08 -04:00
parent 04678e4e64
commit f7c81e2a34
3 changed files with 3 additions and 0 deletions

Binary file not shown.

View file

@ -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;