Fix variable name
This commit is contained in:
		
							parent
							
								
									06bdae380b
								
							
						
					
					
						commit
						ec98188a24
					
				@ -20,6 +20,6 @@ stream{
 | 
				
			|||||||
        listen      443;
 | 
					        listen      443;
 | 
				
			||||||
        ssl_preread on;
 | 
					        ssl_preread on;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        proxy_pass  $name;
 | 
					        proxy_pass  $target_host;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user