mirror of
				https://github.com/thib8956/nginx-proxy
				synced 2025-11-04 02:59:20 +00: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';
 | 
						|
}
 |