Re: Recusive includes

2015-09-21 Thread Maxim Dounin
Hello! On Fri, Sep 18, 2015 at 03:09:51PM -0400, justink101 wrote: > 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 The "include" directive

Re: Recusive includes

2015-09-18 Thread justink101
Arg, sorry for the typos. I really wish this forum allowed edits. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,261647,261648#msg-261648 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Recusive includes

2015-09-18 Thread justink101
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 Posted at Nginx Forum: http://forum.nginx.org/read.php?2,261647,261647#msg-261647 _