Ubuntu20.04通过nginx部署php项目步骤

Ubuntu20.04通过nginx部署php项目步骤

  • 2023-06-29 12:31:11
  • dfer
  • 458
搭建环境 php用的最新的8.1 nginx用的1.23.1 php-fpm也是8.1 安装php-fpm我这边换的使清华的源之后,才下载成功 成功之后会在/etc/php/8.1下面看到fpm目录 安装一下其他环境 apt-get install php-mbstring 添加www-data...

Ubuntu安装nginx,php,swoole,composer,redis,phpredis

  • 2023-05-12 12:30:51
  • dfer
  • 588
1:安装nginx a:安装 sudo apt-get update sudo apt-get install nginx b:查看版本检查是否成功 nginx -v c:命令 查看状态 service nginx status 启动 service nginx start 停止 ser...