This commit is contained in:
Egor Matveev
2022-04-05 23:41:15 +03:00
parent db507fb0df
commit 2ce877a4dd
7 changed files with 26 additions and 5 deletions

View File

@@ -13,6 +13,10 @@ http {
proxy_pass http://checker:7999/checker/;
}
location /polling/ {
proxy_pass http://polling:7998/polling/;
}
location / {
proxy_pass http://web:8000/;
}