From 0949513b470c78c62f23f3428a7dabb1cc6e657d Mon Sep 17 00:00:00 2001 From: timerzz Date: Sun, 12 May 2024 20:59:48 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E4=BF=AE=E6=94=B9/api/v1/=E5=AF=B9?= =?UTF-8?q?=E5=BA=94=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 28f3998..4b496a5 100644 --- a/nginx.conf +++ b/nginx.conf @@ -11,7 +11,7 @@ server { location /api/v1 { resolver 10.43.0.10 valid=10s; # 6.6.6.6 为自建DNS - proxy_pass http://ht-watcher; + proxy_pass http://ht-watcher:8080; } error_page 500 502 503 504 /50x.html;