nginx fix

This commit is contained in:
Administrator 2022-08-13 15:22:23 +03:00
parent 79d08ff466
commit 7e54b90358

View File

@ -10,7 +10,7 @@ http {
} }
location /checker/ { location /checker/ {
proxy_pass http://checker:7999/checker/; proxy_pass http://polling:7999/checker/;
} }
location /polling/ { location /polling/ {