which
which nginx
whereis
whereis nginx
nginx.conf
cat /path/to/nginx.conf | grep 'prefix'
dpkg -L nginx
rpm -ql nginx
以上方法可以帮助你查找到nginx的安装目录。