Created
August 4, 2015 16:19
-
-
Save eddiemoya/367031a5f3ba14385164 to your computer and use it in GitHub Desktop.
Weird config layout
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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