From 6afbd2acbac4258f9ddb60e96167be0313a48344 Mon Sep 17 00:00:00 2001 From: George Sedov <george.sedov@desy.de> Date: Mon, 12 Jun 2023 18:51:39 +0200 Subject: [PATCH] fix wrong monitoring API port --- deploy/asapo_services_light/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/asapo_services_light/nginx.conf b/deploy/asapo_services_light/nginx.conf index cd752244f..30b9a3b4f 100644 --- a/deploy/asapo_services_light/nginx.conf +++ b/deploy/asapo_services_light/nginx.conf @@ -41,7 +41,7 @@ http { location /tv-api/ { rewrite ^/tv-api(/.*) $1 break; proxy_http_version 1.1; - proxy_pass http://127.0.0.1:8421$uri$is_args$args; + proxy_pass http://127.0.0.1:8420$uri$is_args$args; } location /asapo-authorizer/ { -- GitLab