feat: /api/v2 ts/proc to Rust htyts:3003 htyproc:3004, admin routes

- ts.conf/proc.conf: v2 locations and huiwing_htyts_rust/htyproc_rust vars
- admin.conf: /api/v2/ts and /api/v2/proc on admin for same-origin tests
- local_macos proc.conf; remove duplicate conf/alchemy
- huiwings ai.conf: coze auth comment lines merged from removed alchemy copy

Made-with: Cursor
This commit is contained in:
2026-03-29 11:37:16 +08:00
parent e136e957ba
commit 0d7dd28f28
14 changed files with 199 additions and 78 deletions
+3
View File
@@ -61,6 +61,9 @@ server {
return 200;
}
# auth_basic "coze_api access auth";
# auth_basic_user_file /usr/local/openresty/nginx/conf.d/.htpasswd;
proxy_pass http://127.0.0.1:6000/;
}
}