From 086ebbfe84f97e8776088f169a47392045ae5adc Mon Sep 17 00:00:00 2001 From: Cyril Jouve Date: Mon, 14 May 2018 12:21:51 +0200 Subject: [PATCH] remove unused upstream --- make/common/templates/nginx/nginx.http.conf | 5 ----- make/common/templates/nginx/nginx.https.conf | 4 ---- 2 files changed, 9 deletions(-) diff --git a/make/common/templates/nginx/nginx.http.conf b/make/common/templates/nginx/nginx.http.conf index 9e4123a9d..5fd84ac5a 100644 --- a/make/common/templates/nginx/nginx.http.conf +++ b/make/common/templates/nginx/nginx.http.conf @@ -12,11 +12,6 @@ http { # this is necessary for us to be able to disable request buffering in all cases proxy_http_version 1.1; - - upstream registry { - server registry:5000; - } - upstream ui { server ui:8080; } diff --git a/make/common/templates/nginx/nginx.https.conf b/make/common/templates/nginx/nginx.https.conf index d0b295b7a..faf0ba842 100644 --- a/make/common/templates/nginx/nginx.https.conf +++ b/make/common/templates/nginx/nginx.https.conf @@ -13,10 +13,6 @@ http { # this is necessary for us to be able to disable request buffering in all cases proxy_http_version 1.1; - upstream registry { - server registry:5000; - } - upstream ui { server ui:8080; }