Add deployment traces for the JPpro proxy node, RackNerd origin hosts, catproxy boundary changes, local speed checks, and Sub2API rate-limit behavior. Keep remote secrets excluded while tracking sanitized nginx, compose, plan, and operational memory documents.
11 lines
300 B
Plaintext
11 lines
300 B
Plaintext
map $http_x_proxy_ng_token $proxy_ng_token_ok {
|
|
default 0;
|
|
"REDACTED_SECRET" 1;
|
|
}
|
|
|
|
map $http_x_forwarded_host $sub2api_host {
|
|
default "proxy.api.lilifamily.com";
|
|
"proxy.api.lilifamily.com" "proxy.api.lilifamily.com";
|
|
"jp.proxy.api.lilifamily.com" "jp.proxy.api.lilifamily.com";
|
|
}
|