zizi 6814fa2a62 docs(ops): record proxy-ng deployment hardening
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.
2026-05-26 23:27:41 +08:00

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";
}