Skip to content

Commit

Permalink
Update config.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
arloor authored Oct 17, 2024
1 parent 5246a1e commit c823c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust_http_proxy/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ pub struct Param {
value_name = "https://example.com",
help = "便捷反向代理配置\n\
例如:--append-upstream-url=https://cdnjs.cloudflare.com\n\
则访问 https://your_domain/cdnjs.cloudflare.com 会被代理到 https://cdnjs.cloudflare.com\n\
则访问 https://your_domain/https://cdnjs.cloudflare.com 会被代理到 https://cdnjs.cloudflare.com\n\
注意!这个url的PATH需要为空"
)]
append_upstream_url: Vec<String>,
Expand Down

0 comments on commit c823c8e

Please sign in to comment.