From aece855128ee2b7afceccf679f8a5cd6ae192983 Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Sun, 6 Oct 2019 17:06:21 -0400 Subject: [PATCH] Don't need weather or hub proxy - k8s takes care of that --- Display/nginx/default.conf | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Display/nginx/default.conf b/Display/nginx/default.conf index f02102d..3f483f8 100644 --- a/Display/nginx/default.conf +++ b/Display/nginx/default.conf @@ -16,17 +16,6 @@ server { root /usr/share/nginx/html; - location /api/weather/ { - proxy_pass http://172.23.10.3:80; - } - - location /api/hub/ { - proxy_pass http://172.23.10.3:80; - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "Upgrade"; - } - location /socket.io { proxy_pass http://172.23.10.30:80; proxy_http_version 1.1;