".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)'); } }) })
SugarHosts大家都是不陌生的,非常知名的[美国主机](https://www.idcspy.com)品牌,之前SugarHosts糖果主机商新增了云服务器,可能会后续替换掉原来的传统服务器架构方式,并且在安装WEB环境中默认22端口是开放的,但是其他特殊的端口是没有开放的,比如宝塔面板端口没有开放。
[SugarHosts](/#)云服务器我们在安装WEB面板或者是软件之后需要检测你软件自带的端口有没有开放,如果你在服务器中iptables设置后还是没有放行,那就是防火墙没有设置。
![](https://www.idcspy.com/wp-content/uploads/2020/05/图片1-1.jpg)
我们先在糖果主机云服务器面板中看到上图所示的找到【防火墙】。
![](https://www.idcspy.com/wp-content/uploads/2020/05/图片-2-4.jpg)
我们可以看到默认的有一个基础防火墙规则设置,我们需要添加自定义或者看看有没有商家自带的规则。
![](https://www.idcspy.com/wp-content/uploads/2020/05/图片-3-2.jpg)
这里可以看到有内置的宝塔防火墙端口安全组。我们可以添加且开启后可以登录安装的宝塔面板,但是这里还需要注意。如果我们自己修改过宝塔默认端口的或者有开放或者限制端口的,还需要自定义一组端口规则。
更多教程:[SugarHosts教程](/#)"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/107252.html