3、Nginx 基本操作
-
启动:brew services restart nginx
-
查看是否监听端口:netstat -an | grep 端口号
-
查看配置文件:vi nginx.conf
-
查看 nginx 文件地址:which nginx
-
查找配置文件地址:open .
-
查看目前执行的服务:brew services list
-
停止 nginx 服务:brew services stop nginx
-
查看 nginx 配置是否生效:nginx -t
-
查看 nginx 所有的配置:nginx -T
网友评论