Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
hweawer committed Jan 8, 2025
1 parent 782bf6c commit 4e9097d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions nginx/config/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ var _nameToDefaultTemplate = map[string]string{
const DefaultClientVerification = `
ssl_verify_client optional;
set $required_verified_client 1;
if ($scheme = http) {
set $required_verified_client 0;
}
if ($request_method ~ ^(GET|HEAD)$) {
set $required_verified_client 0;
}
if ($remote_addr = "127.0.0.1") {
set $required_verified_client 0;
}
Expand Down

0 comments on commit 4e9097d

Please sign in to comment.