mirror of
https://github.com/nginx-proxy/nginx-proxy
synced 2025-07-20 19:16:39 +02:00
5 lines
125 B
Plaintext
5 lines
125 B
Plaintext
if ($ssl_client_verify = SUCCESS) {
|
|
add_header Content-Type text/plain;
|
|
return 418 'ssl_client_verify is SUCCESS';
|
|
}
|