nginx robots 写到nginx配置文件中
To quickly serve a robots.txt from Nginx without actually having access to the physical file you can define the content of the robots.txt file in the Nginx .conf file. Allow access to all User-agents: location = /robots.txt {return 200 “User-agent: *\nDisallow:\n”;} Disallow access to every …
cPanel/WHM 更改Nameserver IPs步驟
Changing the Nameserver IPs of the WHM If the client is getting the Nameserver IPs from the Main >> DNS Functions >> Nameserver IPs as Example: Nameserver   IP       No. Zones ns1.localhost.com   64.99.64.32   80 …
cPanel WHM无法登陆 SSH被锁定的解决方式
因为默认开启了 Brute Force Protection 防护功能开启后,如果有多次登录错误 会出现SSH无法登陆 在保证密码正确的情况下 等待N分钟也会自动解封 如果紧急需要处理的话 可以使用KVM等代理登录终端操作 [crayon-681fcfd01735f770420127/] 直接使用这个脚本把IP黑名单的数据内容全部删除 就可以登录了 也可以删除单条 使用where id = x 或者ip = x 就可以了 …