fix: route /api/v1/ts/ and /api/v1/proc/ to Rust, remove Java upstream
This commit is contained in:
@@ -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/ {
|
||||
|
||||
Reference in New Issue
Block a user