This commit is contained in:
Egor Matveev 2022-06-11 17:31:08 +03:00
parent 0ed47d2caa
commit 643776afd8

View File

@ -10,7 +10,7 @@ http {
} }
location /cluster/ { location /cluster/ {
proxy_pass http://127.0.0.1:888/; proxy_pass http://0.0.0.0:888/;
} }
location /checker/ { location /checker/ {