mirror of https://github.com/fatedier/frp
fix: type error in server_plugin doc (#4799)
parent
c99986fa28
commit
077ba80ba3
|
@ -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>,
|
||||||
|
|
Loading…
Reference in New Issue