[HLCC-ICE-000001][ZY-CONTRIB-20260723-001] feat: 以来光者贡献链启用冰朔第五域个人子频道

This commit is contained in:
光湖代码频道 · 铸渊 2026-07-24 10:39:10 +08:00
commit 5615453e4e
660 changed files with 122355 additions and 0 deletions

View file

@ -0,0 +1,16 @@
# Public approval surface. The service itself remains on JD loopback and this
# route is reached through a permitopen-restricted SSH tunnel.
location /authz/ {
proxy_pass http://127.0.0.1:19221/;
proxy_http_version 1.1;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
# Overwrite untrusted client input so application-level rate limits use the
# address observed by this public edge, not a spoofed left-most value.
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Prefix /authz;
proxy_connect_timeout 5s;
proxy_read_timeout 30s;
client_max_body_size 64k;
}