Fall back to default port for strfry proxy
When we don't override it elsewhere
This commit is contained in:
		
							parent
							
								
									dbccd9d2bf
								
							
						
					
					
						commit
						9835b85181
					
				| @ -1,6 +1,6 @@ | ||||
| upstream _strfry { | ||||
| <% @upstream_hosts.each do |host| %> | ||||
|   server <%= host %>:<%= @upstream_port %>; | ||||
|   server <%= host %>:<%= @upstream_port || "7777" %>; | ||||
| <% end %> | ||||
| } | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user