Compare commits

..

No commits in common. "07a3b555b7fc82764ecfa3c5b4ac8c41e2fa6805" and "4fd090fe2f18cc6923bce0d4cf6701a0c93d9763" have entirely different histories.

View File

@ -9,19 +9,9 @@ server {
index index.html index.htm;
}
location /api/v1/proxies {
location /api/v1 {
resolver 10.43.0.10 valid=10s; # 6.6.6.6 为自建DNS
proxy_pass http://ht-watcher:8080;
}
location /api/v1/pushers {
resolver 10.43.0.10 valid=10s; # 6.6.6.6 为自建DNS
proxy_pass http://ht-watcher:8080;
}
location /api/v1/watchers {
resolver 10.43.0.10 valid=10s; # 6.6.6.6 为自建DNS
proxy_pass http://ht-watcher:8080;
proxy_pass http://ht-watcher;
}
error_page 500 502 503 504 /50x.html;