no rabbit

This commit is contained in:
Administrator 2022-08-16 14:57:20 +03:00
parent 86ebfcf9e0
commit b9c70c8e2c

View File

@ -5,10 +5,6 @@ http {
listen 80;
server_name a.com;
location /queue/ {
proxy_pass http://rabbitmq:15672/;
}
location /checker/ {
proxy_pass http://polling:7998/checker/;
}