ps -ef | grep nginx图中显示的就是nginx可执行文件的路径找出配置文件路径
ps -ef | grep nginx
/usr/local/openresty/nginx/sbin/nginx -t
这样配置文件的路径就显示出来啦~