This commit is contained in:
Egor Matveev 2022-06-11 13:35:59 +03:00
parent 01fed967f3
commit 0ed47d2caa
2 changed files with 5 additions and 1 deletions

View File

@ -5,7 +5,7 @@ from SprintLib.queue import MessagingSupport, send_to_queue
class Command(MessagingSupport):
help = "starts file notification manager"
help = "starts notification manager"
queue_name = "notification"
def handle_solution(self, payload):

View File

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