测试配置文件
<pre>
nginx -p pwd
-t -c conf/nginx.conf
</pre>
热重启
<pre>
ps -ef | grep nginx
kill -HUP nginx_master_pid
</pre>
测试配置文件
<pre>
nginx -p pwd
-t -c conf/nginx.conf
</pre>
热重启
<pre>
ps -ef | grep nginx
kill -HUP nginx_master_pid
</pre>