Brice Waegeneire writes: > * doc/guix.texi (Web Services)[nginx-php-fpm-location]: Replace > 'nginx-php-fpm-location' by 'nginx-php-location'. > --- > doc/guix.texi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/guix.texi b/doc/guix.texi > index 797813c372..05aecde210 100644 > --- a/doc/guix.texi > +++ b/doc/guix.texi > @@ -20939,7 +20939,7 @@ The time in seconds after which a process with no requests is killed. > @end deftp > > > -@deffn {Scheme Procedure} nginx-php-fpm-location @ > +@deffn {Scheme Procedure} nginx-php-location @ > [#:nginx-package nginx] @ > [socket (string-append "/var/run/php" @ > (version-major (package-version php)) @ Looks good to me :) I've pushed this to master as 1373cb40809c6c87c56e771fb51600bd18187016. Thanks very much Brice!