nginx -c,设置配置文件

时间:2016-02-10 14:52:33

标签: nginx

尝试设置配置文件。 Ubuntu 14.04.3 LTS。用户root。

nginx -s quit

nginx -c /home/webapps/confs/nginx.conf

nginx -V
  

...-- CONF-路径= /等/ nginx的/ nginx.conf ...

nginx -s quit

nginx -c /home/webapps/confs/nginx.conf -t
  

nginx:配置文件/home/webapps/confs/nginx.conf语法正常

     

nginx:配置文件/home/webapps/confs/nginx.conf测试是   成功

nginx -V
  

...-- CONF-路径= /等/ nginx的/ nginx.conf ...

我做错了什么?

1 个答案:

答案 0 :(得分:0)

您可以使用-p选项指定前缀路径:

nginx -p /home/webapps/confs/ -c nginx.conf