diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 7a98daa..3e89ac9 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -9,10 +9,6 @@ http { proxy_pass http://rabbitmq:15672/; } - location /cluster/ { - proxy_pass http://0.0.0.0:888/; - } - location /checker/ { proxy_pass http://checker:7999/checker/; }