您的位置:首页 > 运维架构 > Nginx

Mac OSX上安装Nginx

2017-01-06 10:02 387 查看
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就不会打印日志。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: