cluster
This commit is contained in:
parent
01fed967f3
commit
0ed47d2caa
@ -5,7 +5,7 @@ from SprintLib.queue import MessagingSupport, send_to_queue
|
|||||||
|
|
||||||
|
|
||||||
class Command(MessagingSupport):
|
class Command(MessagingSupport):
|
||||||
help = "starts file notification manager"
|
help = "starts notification manager"
|
||||||
queue_name = "notification"
|
queue_name = "notification"
|
||||||
|
|
||||||
def handle_solution(self, payload):
|
def handle_solution(self, payload):
|
||||||
|
@ -9,6 +9,10 @@ http {
|
|||||||
proxy_pass http://rabbitmq:15672/;
|
proxy_pass http://rabbitmq:15672/;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location /cluster/ {
|
||||||
|
proxy_pass http://127.0.0.1:888/;
|
||||||
|
}
|
||||||
|
|
||||||
location /checker/ {
|
location /checker/ {
|
||||||
proxy_pass http://checker:7999/checker/;
|
proxy_pass http://checker:7999/checker/;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user