Browse Source

fix: type error in server_plugin doc (#4799)

pull/4849/head
scientificworld 2 months ago
committed by fatedier
parent
commit
077ba80ba3
  1. 2
      doc/server_plugin.md

2
doc/server_plugin.md

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

Loading…
Cancel
Save