diff --git a/docker/nginx/conf.d/server/server.account b/docker/nginx/conf.d/server/server.account index 8dd38a97..0c022df8 100644 --- a/docker/nginx/conf.d/server/server.account +++ b/docker/nginx/conf.d/server/server.account @@ -8,10 +8,6 @@ location / { proxy_pass http://dashboard-v2:9000; } -#location / { -# proxy_pass http://dashboard:3000; -#} - location /health { proxy_pass http://accounts:3000; }