第一台虚拟机:安装 Nginx 更新系统包列表: sudo apt update 安装 Nginx及php扩展: sudo apt install nginx php-fpm php-pgsql php-mysqli -y