Hi,
Would anyone object to organizing the server-configs repo using
subfolders?
I've mocked up some changes here
https://github.com/AD7six/server-configs/tree/feature/split-nginx
All the nginx configs are in one folder, this makes it easier where
the config for a server is multiple files.
That's kind of the door opening for other server-side best practices
such as not lumping the config all into one file and thus permitting
users to use the core server config file unmodified (whereas right now
the nginx.conf file can only realistically be used as a reference -
because you have to make ~significant edits to the conf file to be
able to use it)
Any comments?
AD