nginx和FastDFS整合,nginx启动日志报错:[ERROR - file:ini_file_reader.c,line:315,include file "http.conf" not ]

  1. 查看nginx错误日志:切换到/var/log/nginx下,使用tail -f error.log命令查看error.log,报错日志截图如下:
    nginx和FastDFS整合,nginx启动日志报错:[ERROR - file:ini_file_reader.c,line:315,include file "http.conf" not ]
    nginx和FastDFS整合,nginx启动日志报错:[ERROR - file:ini_file_reader.c,line:315,include file "http.conf" not ]
  2. 解决办法如下:切换到安装的FastDFS下的conf目录,目录截图如下,将http.confmine.types文件复制到/etc/fdfs/下,启动nginx成功解决!
    nginx和FastDFS整合,nginx启动日志报错:[ERROR - file:ini_file_reader.c,line:315,include file "http.conf" not ]