Update README.md

This commit is contained in:
wmcheng 2020-03-01 01:40:39 +08:00
parent 4f7a4fdabf
commit e76a2a6333
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ $ exit; exit # 第一次 exit 退回 root 帳號,第二次 exit 退回剛登
```sh
$ sudo apt update
$ sudo apt install nginx
$ ngnix -v # 確認版本為 1.14
$ nginx -v # 確認版本為 1.14
$ sudo systemctl status nginx # 查看 nginx 是否啟動
$ sudo systemctl restart nginx # 安全重啟 nginx若已啟動則可跳過此步驟
$ cd /etc/nginx/