File_exists(): open_basedir restriction in effect

I was unintentionally partly resetting the server configuration the other day. After that I intended to restore it to its original condition. However, the setting of open_basedir was missing. We kept using it for a day without noticing it. After that I set up open_basedir. However, the following error occurs.

file_exists(): open_basedir restriction in effect. File(/var/www/vhosts/NEXTCLOUD/data/USERNAME/files/ABC.zip/folder.gif) is not within the allowed path(s): (/var/www/vhosts/MY-DOMAIN/:/tmp/:/var/www/vhosts/NEXTCLOUD/:/proc/meminfo:/dev/urandom) at /var/www/vhosts/NEXTCLOUD/lib/private/Files/Storage/Local.php#178

Where can I adjust this error?


Nextcloud 13.0.4 / CentOS 7.5 / Nginx 1.13.8 / PHP 7.1.19 / MariaDB 5.5.56

Apparently there seems to be a commonality in the occurrence of this problem.
It is a Zip file. If I open the directory and there is Zip files in directory (including subdirectories) it seems that this error is output with high probability. And it seems to be only the first time access.

(/var/www/vhosts/NEXTCLOUD/data/USERNAME/files/ABC.zip/folder.gif)

This file(folder.gif) is automatically generated by Nextcloud?