Nginx 目录结构

Posted 李伟铭

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Nginx 目录结构相关的知识,希望对你有一定的参考价值。

[[email protected] nginx]# ls
client_body_temp conf fastcgi_temp html logs proxy_temp sbin scgi_temp uwsgi_temp

[[email protected] nginx]# tree
.
|-- client_body_temp
|-- conf
| |-- fastcgi.conf
| |-- fastcgi.conf.default
| |-- fastcgi_params
| |-- fastcgi_params.default
| |-- koi-utf
| |-- koi-win
| |-- mime.types
| |-- mime.types.default
| |-- nginx.conf
| |-- nginx.conf.default
| |-- scgi_params
| |-- scgi_params.default
| |-- uwsgi_params
| |-- uwsgi_params.default
| `-- win-utf
|-- fastcgi_temp
|-- html
| |-- 50x.html
| `-- index.html
|-- logs
| |-- access.log
| |-- error.log
| `-- nginx.pid
|-- proxy_temp
|-- sbin
| `-- nginx
|-- scgi_temp
`-- uwsgi_temp

9 directories, 21 files
[[email protected] nginx]#


































以上是关于Nginx 目录结构的主要内容,如果未能解决你的问题,请参考以下文章

Nginx 目录结构

Nginx 目录结构

ubuntu安装nginx及其默认目录结构

Nginx源码结构及如何处理请求

nginx的目录结构和配置文件

Nginx 学习笔记