美文网首页
Nginx 基本操作

Nginx 基本操作

作者: 何小鹏 | 来源:发表于2021-03-17 10:39 被阅读0次

    3、Nginx 基本操作

    1. 启动:brew services restart nginx

    2. 查看是否监听端口:netstat -an | grep 端口号

    3. 查看配置文件:vi nginx.conf

    4. 查看 nginx 文件地址:which nginx

    5. 查找配置文件地址:open .

    6. 查看目前执行的服务:brew services list

    7. 停止 nginx 服务:brew services stop nginx

    8. 查看 nginx 配置是否生效:nginx -t

    9. 查看 nginx 所有的配置:nginx -T

    相关文章

      网友评论

          本文标题:Nginx 基本操作

          本文链接:https://www.haomeiwen.com/subject/xfltoktx.html