浏览代码

fix: type error in server_plugin doc (#4799)

scientificworld 1 月之前
父节点
当前提交
3be6efdd28
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/server_plugin.md

+ 1 - 1
doc/server_plugin.md

@@ -121,7 +121,7 @@ Create new proxy
         // http and https only
         // http and https only
         "custom_domains": []<string>,
         "custom_domains": []<string>,
         "subdomain": <string>,
         "subdomain": <string>,
-        "locations": <string>,
+        "locations": []<string>,
         "http_user": <string>,
         "http_user": <string>,
         "http_pwd": <string>,
         "http_pwd": <string>,
         "host_header_rewrite": <string>,
         "host_header_rewrite": <string>,