Hi! "pelzflorian (Florian Pelz)" <pelzflor...@pelzflorian.de> skribis:
> From 04df1e5ee3fd542776b13eb3a59872e1647eb5f8 Mon Sep 17 00:00:00 2001 > From: Florian Pelz <pelzflor...@pelzflorian.de> > Date: Tue, 5 Nov 2019 08:08:20 +0100 > Subject: [PATCH 03/13] services: Make it possible to include dynamic modules > in nginx. > > * gnu/services/web.scm (<nginx-configuration>): Add modules field. > (nginx-configuration-modules): New field accessor. > (emit-load-module): New procedure. > (default-nginx-config): Add support for the modules field. > * doc/guix.texi (NGINX): Document it. […] > +@item @code{modules} (default: @code{'()}) > +List of nginx dynamic modules to load. Should be a list of strings or > +string valued G-expressions. For example: Nitpick: I’d replace “Should be […] For example:” by “This should be a list of file names of loadable modules, as in this example:”. Otherwise LGTM! Ludo’.