博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
nginx 安装目录详解
阅读量:5033 次
发布时间:2019-06-12

本文共 1065 字,大约阅读时间需要 3 分钟。

rpm -ql nginx
路径 类型 介绍

/etc/logrotate.d/nginx

 配置文件  Nginx 日志轮转,用于logrotate服务日志切割

/etc/nginx

/etc/nginx/nginx.conf

/etc/nginx/conf.d

/etc/nginx/conf.d/default.conf

目录、配置

Nginx 主配置文件

Nginx 启动时会读取 nginx.conf文件,在配置文件未修改的情况下会再读取 default.conf 文件,

default.conf 是默认加载的 server 的配置文件

/etc/nginx/fastcgi_params

/etc/nginx/uwsgi_params

/etc/nginx/scgi_params

配置文件

cgi 配置相关,fastcgi 配置

/etc/nginx/koi-utf

/etc/nginx/koi-win

/etc/nginx/win-utf

配置文件

编码转换映射文件

/etc/nginx/mime.types

配置文件

设置 http 协议的 Content-Type 与扩展名关系

/usr/lib/systemd/system/nginx-debug.service

/usr/lib/systemd/system/nginx.serive

/etc/ysconfig/nginx

/etc/sysconfig/nginx-debug

配置文件

用于配置出系统守护进程管理器管理方式

/usr/lib64/nginx/modules/

/etc/nginx/modules/

目录

Nginx 模块目录

/usr/sbin/nginx

/usr/sbin/nginx-debug

命令

Nginx 服务启动管理的终端命令,ngxin-debug 主要用于 nginx   启动 debug 模式的一个命令

/usr/share/doc/nginx-1.12.0

/usr/share/doc/nginx-1.12.0/COPYRIGHT

/usr/share/man/man8/nginx.8.gz

文件、目录

Nginx 的手册和帮助文件

/var/cache/nginx

目录

Nginx 缓存目录,在使用 yum 安装时会自动创建这个目录

/var/log/nginx

目录

Nginx 的日志目录

转载于:https://www.cnblogs.com/qichao123/p/10103991.html

你可能感兴趣的文章
Android基础类之BaseAdapter
查看>>
Pagerank
查看>>
电脑重装系统按什么键进U盘PE
查看>>
MyEclipse2014安装图解
查看>>
Gym 100733C
查看>>
如果你觉得我的博客对你有帮助,请帮忙加点我所在团队博客访问量http://home.cnblogs.com/u/newbe/...
查看>>
gulp基本用法
查看>>
codeforces 540E"Infinite Inversions"
查看>>
vivado烧写bin文件到flash 中
查看>>
verilog 条件编译命令`ifdef、`else、`endif 的应用
查看>>
Scala设计模式
查看>>
Android实践项目汇报总结(下)
查看>>
char[] 转换为LPWSTR
查看>>
datatable.rows.indexof(dr)返回的是啥?
查看>>
RabbitMq笔记()
查看>>
Java并发总结-全景图
查看>>
js中cookie的使用详细分析
查看>>
linux系统日常管理
查看>>
python练习——moudule02——员工信息增删改查
查看>>
grafana零散模块点记录(share,setting,datasourse)
查看>>