feat 修改/api/v1/对应端口

This commit is contained in:
timerzz 2024-05-12 20:59:48 +08:00
parent 4fd090fe2f
commit 0949513b47

View File

@ -11,7 +11,7 @@ server {
location /api/v1 { location /api/v1 {
resolver 10.43.0.10 valid=10s; # 6.6.6.6 为自建DNS 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; error_page 500 502 503 504 /50x.html;