Mac OSX上安装Nginx

1. 通过brew instal nginx安装

==> Downloading https://homebrew.bintray.com/bottles/nginx-1.10.1.el_capitan.bot
######################################################################## 100.0%
==> Pouring nginx-1.10.1.el_capitan.bottle.tar.gz
==> Caveats
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
==> Summary
🍺 /usr/local/Cellar/nginx/1.10.1: 7 files, 972.2K

 

/usr/local/bin/nginx

 

2. Nginx配置文件格式

https://www.digitalocean.com/community/tutorials/understanding-the-nginx-configuration-file-structure-and-configuration-contexts

 

File not found解决办法

http://www.jbxue.com/article/8785.html

 

不配置error_log就不会打印日志。

posted @ 2017-01-06 10:02  lilei9110  阅读(167)  评论(0编辑  收藏  举报