在Ubuntu 里有没有什么命令确定 Nginx 配置文件位置

2025-05-09 12:28:05
推荐回答(1个)
回答1:

查找文件用 find 命令就可以了:
find / -name 'nginx.conf'