①nginx.conf
#server段添加
location ~ \.php$ {
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
include fastcgi.conf;
}
②重启 ngxin
nginx -s reload
③ 在 html 文件下创建 index.php
vim index.php
<?php
phpinfo();
:wq
④访问:
了解什么是特征以及如何使用它们的最好方法是观察它们的本质
①nginx.conf
#server段添加
location ~ \.php$ {
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
include fastcgi.conf;
}
②重启 ngxin
nginx -s reload
③ 在 html 文件下创建 index.php
vim index.php
<?php
phpinfo();
:wq
④访问:
了解什么是特征以及如何使用它们的最好方法是观察它们的本质
Centos7下yum安装配置nginx与php
安装docker yum -y install docker安装成功后,修改docker国内镜像方法 vi /etc/docker/daemon.json{"registry-mirrors": ["https://xuv622op.mirror.aliyuncs.com"]}启动dockersystemctl start docker查看是否启动这代表没有启动成功,需要查询原因这代表启动成功docker下载redis镜像命令#pull php-f.
Centos7 搭建lnmp环境 (centos7+nginx+MySQL5.7.9+PHP7)
CLIENT SECTION 客户端章节: [client] port=3306 端口号=3306 [mysql] default-character-set=latin1
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M