虚拟社区

服务器管理 => Web Server => 服务器运维 => Nginx服务器 => 主题发帖人为: jvip_chen 于 2023-6月-18 11:05 下午

标题: Ubuntu用Apt-get安装Nginx服务器
作者: jvip_chen2023-6月-18 11:05 下午
1、添加nginx-Apt源
sudo add-apt-repository ppa:nginx/stable
sudo apt-get update
2、安装nginx
sudo install apt-get install nginx