码迷,mamicode.com
首页 > 其他好文 > 详细

nginx的小记录

时间:2016-08-24 12:52:47      阅读:179      评论:0      收藏:0      [点我收藏+]

标签:

启动redis:redis-server /usr/local/etc/redis.conf

nginx的配置文件所在的目录:/usr/local/etc/nginx/servers/

启动mysql,启动redis,启动nginx,启动php这样的开发环境。

 

1、brew search nginx

2、brew install nginx

启动nginx ,sudo nginx ;访问localhost:8080 发现已出现nginx的欢迎页面了。

 

常用的指令有: 
nginx -V 查看版本,以及配置文件地址
nginx -v 查看版本
nginx -c filename 指定配置文件
nginx -h 帮助

#重新加载配置|重启|停止|退出 nginx

nginx -s reload|reopen|stop|quit

#打开 nginx

sudo nginx

 

nginx的小记录

标签:

原文地址:http://www.cnblogs.com/xiaohaillong/p/5802105.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!