nginx 相关

kingcwt2023-05-12前端nginx

简单命令

基于brew

  • 启动nginx: brew services start nginx
  • 优雅关闭nginx: nginx -s quit
  • 快速关闭nginx: nginx -s stop
  • 查看安装的nginx在那个位置: nginx -t
  • 查看是否安装nginx成功(查看nginx版本信息:): nginx -v
  • 重新加载nginx: nginx -s reload
Last Updated 10/16/2023, 7:06:22 AM
What do you think?
  • 0
  • 0
  • 0
  • 0
  • 0
  • 0
Comments
  • Latest
  • Oldest
  • Hottest
Powered by Waline v2.15.8
ON THIS PAGE