checker
This commit is contained in:
@@ -9,6 +9,10 @@ http {
|
||||
proxy_pass http://rabbitmq:15672/;
|
||||
}
|
||||
|
||||
location /checker/ {
|
||||
proxy_pass http://checker:7999/;
|
||||
}
|
||||
|
||||
location / {
|
||||
proxy_pass http://web:8000/;
|
||||
}
|
||||
|
Reference in New Issue
Block a user