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;