From 89499525639a8ee1e2a6440a368cd713efe716cc Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Thu, 31 Mar 2022 21:48:08 +0300 Subject: [PATCH] checker --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index cf9be9e..df6c686 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -10,7 +10,7 @@ http { } location /checker/ { - proxy_pass http://checker:7999/; + proxy_pass http://checker:7999/checker/; } location / {