Skip to content

Commit 4a8b98c

Browse files
Update proxy.md
1 parent 0de914b commit 4a8b98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/proxy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
proxy_header:
99
via: "" # 如果不为空,proxy 将添加类似 Via: 1.1 $some-value-$random 的 http 头
1010
x_forwarded: false # 是否添加 X-Forwarded-{For,Host,Proto,Url} 四个 http 头
11-
upstream_proxy: "" # mitm 的全部流量继续使用 proxy
11+
upstream_proxy: "" # mitm 的全部流量继续使用 proxy
1212
```
1313

1414
如果开启 proxy_header,代理会添加 `via` 头和 `X-Forwarded-*` 系列头。如果在请求中就已经存在了同名的 HTTP 头,那么将会追加在后面。

0 commit comments

Comments
 (0)