On 8 March 2015 at 18:46, Tom Limoncelli <tlimonce...@stackexchange.com> wrote:
> The first step is to put the sections in a fixed order: First general,
> the defaults, then each listen/frontend/backend sorted by name.  That
> works fine and has been a big help.

Not a huge amount of help with your task, but don't forget that
multiple default sections are valid, and take effect on the
non-defaults sections following them - but only up to the /next/
defaults section.

I.e. (IIRC!) with this:

  defaultsA
  backend #1
  listener #2
  frontend #3
  defaults B
  listener #4

A's settings affect #1, #2 and #3, and B's settings affect #4.

It would be different and quite possibly materially different if you
concatenated all the defaults together at the top, and only then
defined #1-#4.

HTH,
Jonathan

Reply via email to