Skip to content

Instantly share code, notes, and snippets.

@eddiemoya
Created August 4, 2015 16:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eddiemoya/367031a5f3ba14385164 to your computer and use it in GitHub Desktop.
Save eddiemoya/367031a5f3ba14385164 to your computer and use it in GitHub Desktop.
Weird config layout
conf/app1/nginx.conf
conf/app1/included-file.conf
conf/app1/other-included-file.conf
conf/app2/nginx.conf
conf/app2/included-file.conf
conf/app2/other-included-file.conf
conf/app3/nginx.conf
conf/app3/included-file.conf
conf/app3/other-included-file.conf
nginx -c conf/app1/nginx.conf
nginx -c conf/app2/nginx.conf
nginx -c conf/app3/nginx.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment