This will allow rules like ``` ^(.*)\.d/[^/]+\.conf$ ``` which would cycle then through all `.conf` files that are contained in the same `.d` directory (like Linux modular config sets).
This will allow rules like
which would cycle then through all
.conffiles that are contained in the same.ddirectory (like Linux modular config sets).