I'd like to specify the files for logrotate to handle via the following wildcard string: /home/deploy/*/logs/nginx-*.log
If I do ls with this wildcard string, it shows exactly the files I want to be rotated. Will logrotate handle the wildcard string as expected, i.e. the same as with ls?