From f59db177c1bd3d969640da1fb4eb4b7c851c94fb Mon Sep 17 00:00:00 2001 From: Administrator Date: Mon, 15 Aug 2022 17:17:44 +0300 Subject: [PATCH] polling port --- nginx/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index dec38cd..7f5963f 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -10,11 +10,11 @@ http { } location /checker/ { - proxy_pass http://polling:7999/checker/; + proxy_pass http://polling:7998/checker/; } location /polling/ { - proxy_pass http://polling:7999/polling/; + proxy_pass http://polling:7998/polling/; } location / {