0%

Ubuntu 安装Nginx

环境

Ubuntu 20.04 LTS

Nginx 1.14.0

说明

安装 Nginx Web 服务器

步骤

安装

1
sudo apt install -y nginx

配置信息

1
/etc/nginx/nginx.conf

默认静态资源目录

1
/var/www/html/

启动

1
service nginx start