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