The log folders of sites (not the sites folders) are mounted with "mount --bind" from /var/log/httpd/domain.tld to /var/www/clients/client[ID]/web[ID]/log. Seems as if munun is not recognizing this correctly as a mount with --bind does not use any additional space, its just a way to make a directory available in a second place in such a way that it works in chroot enviroments.
|