【1】nginx的目录结构

264 阅读1分钟

目录结构

进入Nginx的主目录我们可以看到这些文件夹

client_body_temp conf fastcgi_temp html logs proxy_temp sbin scgi_temp uwsgi_temp

其中这几个文件夹在刚安装后是没有的,主要用来存放运行过程中的临时文件

client_body_temp fastcgi_temp proxy_temp scgi_temp

  • conf

用来存放配置文件相关

  • html

用来存放静态文件的默认目录 html、css等

  • sbin

nginx的主程序

基本运行原理