ОС FreeBSD 6, nginx версии 0.3.11 компилировался из портов.
Проблема такая:
если отсутствует /var/tmp/nginx, то nginx -t выдаёт ошибку:
# nginx -t
2005/12/09 11:40:29 [info] 98043#0: the configuration file
/usr/local/etc/nginx/nginx.conf syntax is ok
2005/12/09 11:40:29 [emerg] 98043#0: mkdir() "/var/tmp/nginx/client_body_temp"
failed (2: No such file or directory)
2005/12/09 11:40:29 [emerg] 98043#0: the configuration file
/usr/local/etc/nginx/nginx.conf test failed
Вопрос: Можно ли директивами менять путь /var/tmp/nginx ?