ubuntu安装nginx

2019-12-23  本文已影响0人  童蒙vlog

先stop apache2,否则会报错。
'''
stop apache2

sudo systemctl stop apache2.service

prevent apache2 to start at boot

sudo systemctl disable apache2.service

Reinstall nginx

sudo apt-get install nginx
'''

然后参考以下文档:https://www.digitalocean.com/community/tutorials/how-to-install-nginx-on-ubuntu-18-04-quickstart

上一篇 下一篇

猜你喜欢

热点阅读