想要建站就肯定要配置web服务器啦,当然如果你要直接用带wordpress的镜像我也无话可说,接下来我就说说我的配置经历吧,用的还是ubuntu服务器,不过一般Ubuntu能用的话,其他linux也能用。
1、安装
// 更新包
sudo apt-get update
// 下载安装nginx
sudo apt-get install nginx
接下来我们可以测试一下我们是否安装成功
sudo nginx -t
如果有显示
nginx: configuration file /etc/nginx/nginx.conf test is successful
那就