feat(*): first mvp
This commit is contained in:
@@ -13,19 +13,16 @@
|
||||
}
|
||||
|
||||
<DOMAIN> {
|
||||
handle /convex* {
|
||||
uri strip_prefix /convex
|
||||
handle /api/check_admin_key {
|
||||
reverse_proxy stealth-ai-relay-convex:3210
|
||||
}
|
||||
|
||||
handle /convex-http* {
|
||||
uri strip_prefix /convex-http
|
||||
reverse_proxy stealth-ai-relay-convex:3211
|
||||
handle_path /convex/* {
|
||||
reverse_proxy stealth-ai-relay-convex:3210
|
||||
}
|
||||
|
||||
handle /convex-dashboard* {
|
||||
uri strip_prefix /convex-dashboard
|
||||
reverse_proxy stealth-ai-relay-convex-dashboard:6791
|
||||
handle_path /convex-http/* {
|
||||
reverse_proxy stealth-ai-relay-convex:3211
|
||||
}
|
||||
|
||||
handle {
|
||||
|
||||
Reference in New Issue
Block a user