Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经从包源安装在我的 Ubuntu 13.04 nginx (1.2.6) 上。由于这是预编译的,我不知道 temp-dir 的位置。所以,我的问题基本上是在哪里可以找到它?或者更准确地说:如何从 nginx 中检索信息?
我不确定您的确切意思是什么临时目录,但所有 nginx 配置都在里面/etc/nginx,所有虚拟主机都在里面定义,/etc/nginx/sites-available并启用它在里面符号链接的任何虚拟主机/etc/nginx/sites-enabled。
/etc/nginx
/etc/nginx/sites-available
/etc/nginx/sites-enabled
我想你可以在里面找到你想要的信息。