Skip to content

Commit 03412e9

Browse files
committed
⚡ update wiki
1 parent c6a604f commit 03412e9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • book.wiki/docs/coding-practice

book.wiki/docs/coding-practice/mac.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ error_log /var/log/nginx/my_error.log error;
151151

152152
```bash
153153
nginx -t # 检查配置
154-
sudo nginx -s reload # 重新加载配置
154+
sudo nginx -s reload # linux 系统使用,重新加载配置
155+
brew services restart nginx # mac 使用 brew 重启
155156
```
156157

157158

0 commit comments

Comments
 (0)