把nginx文件夹改名为conf 再创建一个新的nginx文件夹 把conf文件夹放到nginx文件夹下
[root@localhost mydata]# ls
elasticsearch mysql nginx redis
[root@localhost mydata]# mv nginx conf
[root@localhost mydata]# mkdir nginx
[root@localhost mydata]# ls
conf elasticsearch mysql nginx redis
[root@localhost mydata]# mv conf nginx/
[root@localhost mydata