測(cè)試配置文件
<pre>
nginx -p pwd -t -c conf/nginx.conf
</pre>
熱重啟
<pre>
ps -ef | grep nginx
kill -HUP nginx_master_pid
</pre>
測(cè)試配置文件
<pre>
nginx -p pwd -t -c conf/nginx.conf
</pre>
熱重啟
<pre>
ps -ef | grep nginx
kill -HUP nginx_master_pid
</pre>