Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ubuntu16.04安装nginx #16

Open
HuarenYu opened this issue Jul 12, 2018 · 0 comments
Open

ubuntu16.04安装nginx #16

HuarenYu opened this issue Jul 12, 2018 · 0 comments

Comments

@HuarenYu
Copy link
Owner

#更新源
sudo apt update
#安装
sudo apt install nginx
#查看状态
systemctl status nginx
#退出
sudo systemctl stop nginx
#启动
sudo systemctl start nginx
#重启
sudo systemctl restart nginx
#重载配置
sudo systemctl reload nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant