Centos 宝塔
https://www.bt.cn/download/linux.html https://cloud.tencent.com/developer/article/1638192
思路 首选在ALB上面创建实例,然后设定两个监听并分别连接对应后端ECS服务器,一个443,一个80,然后取得ALB域名后,将CLOUDFLARE的CNAME指向ALB,然后再将阿里云的域名解析做同样的设置 Cloudflare: DNS Setting add CNAME to ALB: CNAME Name:ideait.xyz, Content:alb-3dxtce7yg8q9tysn94.cn-hongkong.alb.aliyuncs.com CNAME Name:www, Content: Content:alb-3dxtce7yg8q9tysn94.cn-hongkong.alb.aliyuncs.com CNAME: WWW alb-3dxtce7yg8q9tysn94.cn-hongkong.alb.aliyuncs.com CANME: @ alb-3dxtce7yg8q9tysn94.cn-hongkong.alb.aliyuncs.com 但有出现有些php或者JS file ip为ECS ip,但大部份是Cloudflare...
https://webdesign.tutsplus.com/tutorials/how-to-build-a-responsive-navigation-bar-with-flexbox–cms-33535
sudo dnf update sudo reboot sudo dnf install -y epel-release sudo dnf install -y http://rpms.remirepo.net/enterprise/remi-release-8.rpm sudo dnf install -y dnf-utils sudo dnf module reset php sudo...
How To Install PHP 7.4 on CentOS 7 This is a short guide on how to Install PHP 7.4 on CentOS 7 Linux system. The PHP...
在Cloudflare創建ssl,然後在server 創建cert.pem/key.pem:https://markontech.com/servers/configure-origin-cloudflare-ssl-with-nginx/sudo nano /etc/pki/tls/certs/cert.pem/etc/pki/tls/certs /etc/ssl/pki/tls/certs/listen 443 ssl http2; Step 1. Register cloudflare accountStep 2. Rename the domain name server on alicloud domain setting fromns7.alidns.comns8.alidns.comtoirma.ns.cloudflare.comnash.ns.cloudflare.com Step 3....