Hi, you may use the include directive with some glob() pattern tricks
For instance, replace this
include /path/to/something/nonexisting.conf
with
include /path/to/something/nonexisting[.]conf
the config parser won't complain if such file does not exist.
For instance, replace this
include /path/to/something/nonexisting.conf
with
include /path/to/something/nonexisting[.]conf
the config parser won't complain if such file does not exist.