apache的根目录,把/var/www/html 这个目录改
#DocumentRoot "/var/www/html"
DocumentRoot "/home/cloud/tuya_mini_h5/build"
#定义apache /var/www/html这个区域,把 /var/www/html改成
#
这样我们就把apahce的默认路径改掉了,systemctl restart httpd 或登录云服务器后台管理重启服务器。
systemctl enable httpd --now