change suggested cipher for nginx
This commit is contained in:
		
							parent
							
								
									4e41cd9ab8
								
							
						
					
					
						commit
						27012aaeb6
					
				@ -24,7 +24,7 @@ server {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  ssl_protocols TLSv1.2;
 | 
					  ssl_protocols TLSv1.2;
 | 
				
			||||||
  ssl_ciphers EECDH+AESGCM:EECDH+AES;
 | 
					  ssl_ciphers EECDH+AESGCM:EECDH+AES;
 | 
				
			||||||
  ssl_ecdh_curve secp384r1;
 | 
					  ssl_ecdh_curve prime256v1;
 | 
				
			||||||
  ssl_prefer_server_ciphers on;
 | 
					  ssl_prefer_server_ciphers on;
 | 
				
			||||||
  ssl_session_cache shared:SSL:10m;
 | 
					  ssl_session_cache shared:SSL:10m;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user