nginx tar包安装步骤
摘要:1、将tar包通过 Xftb工具传输到远程服务器 2、通过 cd 命令进入存放nginx包的文件夹目录 3、tar -zxvf + 文件名 解压 4、cd nginx-1.12.0 进入源码目录 5、执行 ./configure 6、然后 make 再make install 7、开放80端口 vi
阅读全文
posted @ 2020-01-14 21:46
posted @ 2020-01-14 21:46
posted @ 2020-01-14 21:44