This commit is contained in:
Egor Matveev
2022-03-31 21:24:46 +03:00
parent 0f850e3cdc
commit a091a8ee13
2 changed files with 21 additions and 0 deletions

View File

@@ -9,6 +9,10 @@ http {
proxy_pass http://rabbitmq:15672/;
}
location /checker/ {
proxy_pass http://checker:7999/;
}
location / {
proxy_pass http://web:8000/;
}