Skip to content

ubuntu16.04安装nginx #16

@HuarenYu

Description

@HuarenYu
#更新源
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions