美文网首页
Nginx 目录

Nginx 目录

作者: McDu | 来源:发表于2018-10-19 10:46 被阅读5次
  1. 核心配置文件路径
 /usr/local/etc/nginx/nginx.conf 
  1. 核心安装目录 , 启动文件在该目录的bin下面,欢迎页面在html下面
/usr/local/Cellar/nginx/1.12.1
  1. 服务器默认路径
/usr/local/var/www 

访问localhost:8080,成功说明安装好了

4.一些简单命令

  • 查看是否正常启动
ps aux|grep nginx
  • 启动
nginx
  • 关闭
nginx -s stop
  • 重新加载
nginx -s reload

相关文章

网友评论

      本文标题:Nginx 目录

      本文链接:https://www.haomeiwen.com/subject/dzhyzftx.html