mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-30 18:07:15 +00:00 
			
		
		
		
	This commit is contained in:
		
							parent
							
								
									c05eb0b1b2
								
							
						
					
					
						commit
						d1067c60bf
					
				
							
								
								
									
										2
									
								
								acme.sh
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								acme.sh
									
									
									
									
									
								
							| @ -2724,7 +2724,7 @@ _isRealNginxConf() { | ||||
|         _debug "_seg_n" "$_seg_n" | ||||
| 
 | ||||
|         _skip_ssl=1 | ||||
|         for _listen_i in $(echo "$_seg_n" | grep "^ *listen" | tr -d " "); do | ||||
|         for _listen_i in $(echo "$_seg_n" | tr "\t" ' ' | grep "^ *listen" | tr -d " "); do | ||||
|           if [ "$_listen_i" ]; then | ||||
|             if [ "$(echo "$_listen_i" | _egrep_o "listen.*ssl[ |;]")" ]; then | ||||
|               _debug2 "$_listen_i is ssl" | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user