mirror of
https://github.com/fatedier/frp.git
synced 2026-01-11 22:23:12 +00:00
update confugration examples and README (#3650)
This commit is contained in:
@@ -62,7 +62,7 @@ type ServerConfig struct {
|
||||
// requested by the client when using Vhost proxying. For example, if this
|
||||
// value is set to "frps.com" and the client requested the subdomain
|
||||
// "test", the resulting URL would be "test.frps.com".
|
||||
SubDomainHost string `json:"subdomainHost,omitempty"`
|
||||
SubDomainHost string `json:"subDomainHost,omitempty"`
|
||||
// Custom404Page specifies a path to a custom 404 page to display. If this
|
||||
// value is "", a default page will be displayed.
|
||||
Custom404Page string `json:"custom404Page,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user