polling port

This commit is contained in:
Administrator 2022-08-15 17:17:44 +03:00
parent 24a1129709
commit f59db177c1

View File

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