Armbian-Ubuntu18.04安装Nginx、PHP7.2和可道云

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Armbian-Ubuntu18.04安装Nginx、PHP7.2和可道云相关的知识,希望对你有一定的参考价值。

参考技术A

安装nginx,参考 Armbian-N1源码安装Nginx

若armbian中没有软件源,报错 Unable to locate package php7.2 ,需要先添加软件源:

然后再进行安装。

1. fpm.ini配置文件路径: /etc/php/7.2/fpm/php.ini

2. www.conf 文件路径: /etc/php/7.2/fpm/pool.d/www.conf

3. 重启php服务

4. 配置 nginx可解析 .php文件
修改 /usr/local/nginx/conf/nginx.conf 文件中 server 配置:

重启nginx: systemctl restart nginx
5. 测试nginx和php是否配置成功
在 /usr/local/nginx/html 中创建test.php,里面内容如下

浏览器输入 http://ip/test.php 访问,如下图

重启nginx: systemctl restart nginx
访问地址: http://IP:8610

以上是关于Armbian-Ubuntu18.04安装Nginx、PHP7.2和可道云的主要内容,如果未能解决你的问题,请参考以下文章

ngin做代理安装docker

ubuntu Ngin Install

(centos7-x86)编译安装zabbix6.0LTS+Mariadb10.5+ngin1.2x+php7.4

【ngin】nginx 查看并发连接数的两种方法

Ubuntu 18.04上安装 phpMyAdmin

Ubuntu18.04安装教程