From e803106268e3d4a4e40557b981b5f32c982a8f75 Mon Sep 17 00:00:00 2001 From: th-ci Date: Tue, 27 May 2025 09:22:15 +0700 Subject: [PATCH] =?UTF-8?q?feat(nginx):=20=E5=A2=9E=E5=8A=A0=E6=8B=A6?= =?UTF-8?q?=E6=88=AAhealth?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx/conf/conf.d/track.conf.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/conf/conf.d/track.conf.template b/nginx/conf/conf.d/track.conf.template index 92882e8..9abbd93 100644 --- a/nginx/conf/conf.d/track.conf.template +++ b/nginx/conf/conf.d/track.conf.template @@ -67,7 +67,7 @@ server { proxy_set_header Connection $connection_upgrade; } - location ~ ^/(pass|file|datamotor|video)/ { + location ~ ^/(pass|file|datamotor|video|health)/ { proxy_pass http://track_api_server; proxy_set_header X-Real-IP $remote_addr; proxy_set_header Host $http_host;