diff options
author | Brice Waegeneire <brice@waegenei.re> | 2020-04-12 19:58:28 +0200 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2020-04-14 19:21:12 +0100 |
commit | 1373cb40809c6c87c56e771fb51600bd18187016 (patch) | |
tree | a633d2e3ab02f13378a8c8b6d684eac3dbe55673 /doc | |
parent | d94271f9ca68062435c35f788dcb22483b38ef31 (diff) | |
download | patches-1373cb40809c6c87c56e771fb51600bd18187016.tar patches-1373cb40809c6c87c56e771fb51600bd18187016.tar.gz |
doc: Fix typo.
* doc/guix.texi (Web Services)[nginx-php-fpm-location]: Replace
'nginx-php-fpm-location' by 'nginx-php-location'.
Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 891e2693f6..9ddd266b2b 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -20919,7 +20919,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)) @ |