Linux查找Nginx安装目录

方法一

which nginx

方法二

nginx -V

方法三

more /etc/init.d/nginx
原文地址:https://www.cnblogs.com/shaozhu520/p/12822726.html