fix backquote

This commit is contained in:
Iansmith's win10 2017-06-24 12:17:09 +08:00
parent ad3cf9a64a
commit 9f736558e2
1 changed files with 1 additions and 1 deletions

View File

@ -488,7 +488,7 @@ http_proxy = http://user:pwd@192.168.1.128:8080
插件模式是为了在客户端提供更加丰富的功能,目前内置的插件有 **unix_domain_socket**、**http_proxy**。具体使用方式请查看[使用示例](#使用示例)。 插件模式是为了在客户端提供更加丰富的功能,目前内置的插件有 **unix_domain_socket**、**http_proxy**。具体使用方式请查看[使用示例](#使用示例)。
通过 `plugin` 指定需要使用的插件,插件的配置参数都以 `plugin_` 开头。使用插件后 `local_ip` 和 `local_port 不再需要配置。 通过 `plugin` 指定需要使用的插件,插件的配置参数都以 `plugin_` 开头。使用插件后 `local_ip``local_port` 不再需要配置。
使用 **http_proxy** 插件的示例: 使用 **http_proxy** 插件的示例: