".extra-menu { background-color: #f3f3f3; padding: 20px; } .extra-menu .extra-menu-h { height: 36px; } .extra-menu .extra-menu-h h3 { display:inline-block; } .extra-menu ul a{ text-decoration: none; } .extra-menu .menu-child { text-indent: 4em; } .extra-menu .menu-child:before { left: 4em; } .extra-menu .extra-menu-h h3 { line-height: 36px; } .collapse-toggle { float: right; cursor: pointer; user-select: none; display: inline-flex; align-items: center; font-size: 14px; } .collapse-toggle img { width: 30%; transform: rotate(180deg); } .collapse-content { margin-bottom: 0px !important; margin-top: 20px !important; overflow: hidden; max-height: 0; transition: max-height 0.3s ease-out; } .collapse-content.expanded { max-height: 1000px; /\* 设置一个足够大的值,确保内容可以完全展开 \*/ } .ph-id { position: relative; top: -90px; } jQuery(document).ready(function( $ ) { $('.collapse-toggle').on('click',function(){ var content = document.querySelector('.collapse-content'); content.classList.toggle('expanded'); if (content.classList.contains('expanded')) { $(this).find('div').text('收起'); $(this).find('img').css('transform','rotate(180deg)'); } else { $(this).find('div').text('展开'); $(this).find('img').css('transform','rotate(0deg)'); } }) })
Hostwinds怎么样?Hostwinds是一家优秀的美国主机商,专门提供质优价廉的[美国虚拟主机](/#)、Linux/Windows VPS、云服务器、负载均衡器、专用服务器等产品。负载均衡器有利于在服务器之间均匀地分发流量,从而降低单个服务器的压力,提高系统的响应能力。下面来看下如何购买Hostwinds负载均衡器。
![](https://www.idcspy.com/wp-content/uploads/2022/01/1-114.jpg)
[Hostwinds](/#)负载均衡器如何选购?首先我们可登录到Hostwinds客户专区,然后单击客户端门户仪表板菜单顶部的云控制下拉列表,选择“云”门户链接,以访问云控件门户。
在Hostwinds云控件门户主页上,单击仪表板右上角的绿色创建下拉按钮。在下拉列表的底部,选择负载均衡器链接以移动到添加负载均衡器页面。这里我们需要输入相关信息以添加一个新的负载平衡器。
首先,我们为新创建的Hostwinds负载均衡器进行命名,然后选择将此负载均衡器放入运行的位置。建议根据用户群体所在地区就近选择合适的位置,以获得更好的性能。要注意的是,创建Hostwinds负载均衡器后,我们将无法更改负载均衡器的名称,IP地址,位置和状态。
另外,我们可根据实际情况选择所需覆盖的协议和端口,然后通过添加新规则按钮将多个规则添加到该负载均衡器中:
* HTTP:这将从HTTP路由,通常是相同的HTTP。如果与右侧的HTTPS一起使用,可能会导致发生错误。
* HTTPS:这将从HTTPS路由到HTTPS。 如果HTTP位于右侧,则该站点也可能会发生错误。
* HTTPS W / SSL:我们可以将此从HTTPS路由从HTTPS到HTTP,如此,指定了SSL证书并用于加密和解密加载均衡器本身。
* TCP:如果不打算将HTTP或HTTPS与负载均衡器一起使用,也可选择纯TCP协议。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/104358.html