Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 801 Bytes

x_forward.md

File metadata and controls

35 lines (27 loc) · 801 Bytes

XForward

用于反向代理中添加x-forward请求头,保留请求经过的代理节点信息。

参数

参数 类型 是否必须 默认值 描述
mode str N Override 设置模式,支持:AppendOverride

配置示例

  • 简单模式

    router:
      routes:
        - id: x-forward-shortcut
          layers:
            - XForward
          service: Static=examples/resources
  • 完整模式

    router:
      routes:
        - id: x-forward-complete
          layers:
            - kind: XForward
              args:
                mode: Append
          service: Static=examples/resources