no cluster

This commit is contained in:
Egor Matveev 2022-06-12 01:35:30 +03:00
parent 643776afd8
commit a6a2026bc4

View File

@ -9,10 +9,6 @@ http {
proxy_pass http://rabbitmq:15672/; proxy_pass http://rabbitmq:15672/;
} }
location /cluster/ {
proxy_pass http://0.0.0.0:888/;
}
location /checker/ { location /checker/ {
proxy_pass http://checker:7999/checker/; proxy_pass http://checker:7999/checker/;
} }