If I want to include all config files within a directly, and all child directories what is the syntax:
If is still:
include /etc/nginx/*.conf
or is it:
include /etc/nginx/**/*.conf
If is still:
include /etc/nginx/*.conf
or is it:
include /etc/nginx/**/*.conf