Fix json error

This commit is contained in:
Daniel (Shijun) Qian 2017-08-22 17:18:08 +08:00 committed by GitHub
parent 7d53840f5e
commit 656ca75e84

View file

@ -329,7 +329,7 @@ type Configuration struct {
BindAddressIpv4 []string `json:"bind-address-ipv4,omitempty"` BindAddressIpv4 []string `json:"bind-address-ipv4,omitempty"`
// Sets the ipv6 addresses on which the server will accept requests. // Sets the ipv6 addresses on which the server will accept requests.
BindAddressIpv6 []string `json:"bind-address-ipv4,omitempty"` BindAddressIpv6 []string `json:"bind-address-ipv6,omitempty"`
} }
// NewDefault returns the default nginx configuration // NewDefault returns the default nginx configuration