029_mac下nginx管理

一、

brew info nginx     #查看nginx信息
nginx: stable 1.13.12 (bottled), HEAD
Docroot is: /usr/local/var/www

The default port has been set in /usr/local/etc/nginx/nginx.conf to 8080 so that
nginx can run without sudo.

nginx will load all files in /usr/local/etc/nginx/servers/.

To have launchd start nginx now and restart at login:
  brew services start nginx
Or, if you don't want/need a background service you can just run:
  nginx

Reference: https://www.jianshu.com/p/6c7cb820a020

二、

 

posted @ 2018-04-26 22:20  arun_yh  阅读(200)  评论(0编辑  收藏  举报