Richard Sent writes: > When extra-content is a list, add 4 space indentation and a newline to every > line. If it's a string, continue inserting it directly. This makes the list > serialization behavior more consistent with other services. > > * gnu/services/web (default-nginx-config): Support lists. > * doc/guix.texi (Web Services) [nginx-configuration]: Document it. > > Change-Id: Iec8614ba3cfc37292a566197e8d39b352b04846a > --- > doc/guix.texi | 13 +++++++++++-- > gnu/services/web.scm | 9 ++++++++- > 2 files changed, 19 insertions(+), 3 deletions(-) Thanks for the patch, I forgot to close the issue yesterday but I pushed this to master as da3e71f472c2335f56c3d07758715a514fdb3a9d. Chris