Skip to content
On this page

2023-10-26 14:42:27

不知道为啥使用守护进程启动的 nginx 无法通过 macOS 的防火墙,只能用常规模式启动。折腾许久也没什么头绪,只能先这样了。

sh
sudo sh -c 'nohup nginx -g "daemon off;" >> logs/nohup.log &'