Skip to content

Commit

Permalink
Rename config value
Browse files Browse the repository at this point in the history
to be squashed
  • Loading branch information
buger authored and joshblakeley committed Jan 11, 2018
1 parent 4f7b286 commit 21c0471
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ type HttpServerOptionsConfig struct {
MinVersion uint16 `json:"min_version"`
FlushInterval int `json:"flush_interval"`
SkipURLCleaning bool `json:"skip_url_cleaning"`
Ciphers []string `json:"ciphers"`
Ciphers []string `json:"ssl_ciphers"`
}

type AuthOverrideConf struct {
Expand Down
2 changes: 1 addition & 1 deletion lint/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ const confSchema = `{
"type": "string"
}
},
"ciphers":{
"ssl_ciphers":{
"type": ["array", "null"],
"items": {
"type": "string"
Expand Down

0 comments on commit 21c0471

Please sign in to comment.