great_andy_ 发表于 2019-3-22 13:55:53

请问fastcgi_temp_path是默认有一个目录的吗?

军哥您好!我用的是 lnmp1.5,已经安装成功。

今天看nginx.conf 的时候发现并没有指定 fastcgi_temp_path 的目录,

但是我却找到了 /usr/local/nginx/conf 目录,

所以我想,是不是说,如果不指定 fastcgi_temp_path 的话,nginx就会默认有一个目录为:/usr/local/nginx/conf 呢?

谢谢军哥!

great_andy_ 发表于 2019-3-22 13:58:44

更正下:

我发现的目录是这个:/usr/local/nginx/fastcgi_temp
如果不指定 fastcgi_temp_path 的话,nginx就会默认fastcgi_temp_path /usr/local/nginx/fastcgi_temp;吗?

licess 发表于 2019-3-22 14:33:22

http://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_temp_path
不指定的话应该是
/usr/local/nginx/fastcgi_temp

great_andy_ 发表于 2019-3-22 15:50:51

回复 3# 的帖子

好的,谢谢军哥!!!
页: [1]
查看完整版本: 请问fastcgi_temp_path是默认有一个目录的吗?