Skip to content

Commit

Permalink
Update config.md
Browse files Browse the repository at this point in the history
指http应转发到proxy某个服务的配置项是env_httpheader不是httpheader
  • Loading branch information
tdak47 authored Nov 20, 2024
1 parent b9251e9 commit c3d7ac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@
</auth>
#http头:值, 转到proxy某个服务
<httpheader>
<env_httpheader>
# b7392a2d60604eac81892f6f9c0232f7 转发到 test 环境
X-GUID:b7392a2d60604eac81892f6f9c0232f7 = test
# 344bfdf1afb146ffa68b2bd69a57f193 转发到 dogfood 环境
X-GUID:344bfdf1afb146ffa68b2bd69a57f193 = dogfood
</httpheader>
</env_httpheader>
<http_retcode>
# 定义哪些返回码做超时容错处理,哪些返回码做出错容灾处理, 这里一般不用改动
Expand Down

0 comments on commit c3d7ac3

Please sign in to comment.