默认分类

Ubuntu24安装WordPress

1、更新现有软件 apt update && sudo apt upgrade 2、安装nginx apt install -y nginx 启用系统重启后自动启动systemctl enable nginx ...