xboss1975
deepin
2020-02-25 14:34 一 、Nginx 1.17.8
1、网络下载:wget -O nginx-1.17.8.tar.gz http://nginx.org/download/nginx-1.17.8.tar.gz
2、解压缩,root 进入 nginx-1.17.8
3、编译:./configure
4、安装:make && make install
5、启动位置:/usr/local/nginx/sbin/ (root)
6、默认文档:/usr/local/nginx/html/index.html
6、nginx 配置文件 /usr/local/nginx/conf/nginx.conf
1、网络下载:wget -O nginx-1.17.8.tar.gz http://nginx.org/download/nginx-1.17.8.tar.gz
2、解压缩,root 进入 nginx-1.17.8
3、编译:./configure
4、安装:make && make install
5、启动位置:/usr/local/nginx/sbin/ (root)
6、默认文档:/usr/local/nginx/html/index.html
6、nginx 配置文件 /usr/local/nginx/conf/nginx.conf
Reply Like 0 View the author


中文 
Nginx 1.17.8
PHP 7.3.6
MariaDB 10.1.37
Redis 5.9
php 扩展 redis-5.2
Swoole-4.4
环境搭建
有了这些基本上 web开发够用了,而且都是最新版本