Skip to content

Commit

Permalink
调整默认配置中的 ClientAuth 值,使之与原来的行为保持一致
Browse files Browse the repository at this point in the history
  • Loading branch information
livelyRyan authored Jul 30, 2020
1 parent 0815e77 commit 5203804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ func newBConfig() *Config {
AdminPort: 8088,
EnableFcgi: false,
EnableStdIo: false,
ClientAuth: tls.VerifyClientCertIfGiven,
ClientAuth: tls.RequireAndVerifyClientCert,
},
WebConfig: WebConfig{
AutoRender: true,
Expand Down

0 comments on commit 5203804

Please sign in to comment.