site moved to linode, lnmp + wordpress 安装概要

aws实在是慢到死,免费的果然没什么意思

搞了个linode 5$/mo,fremont,国内ping150ms,挺稳

域名aliyun .top,可以做免费ssl证书还不错

这次抛弃了lamp,改投nginx, mariaDB和php7.2

事实证明好用多了,php72和mariadb基本不用调整装了就能用

lnmp步骤:
1.安装centos7,内核grub2
2.yum -y update
3.安装google bbr
4.关闭selinux
5.修改ssh端口:firewall-cmd --add-port=15419/tcp --permanent
禁用22端口,不然开机一天就几万次暴力登录尝试
6.yum安装fail2ban
7.ssh禁止root登陆
8.安装酸酸乳
有bbr加持的酸酸乳的速度相当快,看油管4k60p能到50kbps
9.yum安装nginx, mariaDB, php72w
10.下载wordpress,改名为域名,拷贝到/usr/share/nginx/
安装完成

配置+调优:
1.mariadb:
为wordpress建表、用户、权限
2.wordpress:
修改上传大小限制
原站点导出备份xml,新站导入,复制uploads目录到新站
重建缩略图,插件:Regenerate Thumbnails
3.nginx:
连接php-fpm
打开firewalld http https服务,firewall-cmd --permanent --add-service=http
安装ssl证书,配置https
优化nginx参数,打开gzip
禁止ip访问,只能用域名访问
防盗链
4.kms服务器:
/home/kerrigan/binaries/Linux/intel/static/vlmcsd-x64-musl-static
ps -ef | grep vlmcsd-x64-musl-static
firewall-cmd --add-port=1688/tcp

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注