From 63c235bb413eca70451f4fcb45a2eee16b9bfe93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Tue, 17 Apr 2018 15:00:43 +0200 Subject: [PATCH] Remove nginx component belonging to test repo --- nginx/components/login.conf | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 nginx/components/login.conf diff --git a/nginx/components/login.conf b/nginx/components/login.conf deleted file mode 100644 index f8b1367..0000000 --- a/nginx/components/login.conf +++ /dev/null @@ -1,3 +0,0 @@ -location = /login { - proxy_pass http://127.0.0.1:${TFW_LOGIN_APP_PORT}; - }