安装nginx可以通过两种方法:
sudo apt-get update
sudo apt-get install nginx
sudo systemctl start nginx
sudo systemctl enable nginx
./configure
make
sudo make install
sudo /usr/local/nginx/sbin/nginx
无论使用哪种方法安装nginx,安装完成后都可以通过访问服务器网址或本地IP地址来验证nginx是否安装成功。
辰迅云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>
推荐阅读: ubuntu中systemctl的作用是什么