fix: route /api/v1/ts/ and /api/v1/proc/ to Rust, remove Java upstream

This commit is contained in:
2026-04-26 22:16:49 +08:00
parent 9c111492f1
commit ec34b450e1
2 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ server {
if ($request_method = 'OPTIONS') {
return 200;
}
proxy_pass http://127.0.0.1:8880/api/v1/proc/;
proxy_pass http://$huiwing_htyproc_rust/api/v1/proc/;
}
location /api/v2/proc/ {