diff options
author | ng0 <ng0@we.make.ritual.n0.is> | 2016-07-07 18:57:05 +0000 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-07-07 20:42:58 -0400 |
commit | 6c12abbdb2cdc84f2ca181130dd92907af06971a (patch) | |
tree | 75eb38521302eb4dcac47ec5a9895206a5bdce12 /gnu/services | |
parent | 614023981a355421256f6281ae897e9e738706e6 (diff) | |
download | patches-6c12abbdb2cdc84f2ca181130dd92907af06971a.tar patches-6c12abbdb2cdc84f2ca181130dd92907af06971a.tar.gz |
services: nginx: Fix typo.
* gnu/services/web.scm (nginx-service): Fix typo.
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/services')
-rw-r--r-- | gnu/services/web.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/services/web.scm b/gnu/services/web.scm index 0e17f6e5c6..72ef7d4050 100644 --- a/gnu/services/web.scm +++ b/gnu/services/web.scm @@ -1,6 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2015 David Thompson <davet@gnu.org> ;;; Copyright © 2015 Ludovic Courtès <ludo@gnu.org> +;;; Copyright © 2016 ng0 <ng0@we.make.ritual.n0.is> ;;; ;;; This file is part of GNU Guix. ;;; @@ -114,7 +115,7 @@ (default-nginx-config log-directory run-directory))) "Return a service that runs NGINX, the nginx web server. -The nginx daemon loads its runtime configuration from CONFIG-FIGLE, stores log +The nginx daemon loads its runtime configuration from CONFIG-FILE, stores log files in LOG-DIRECTORY, and stores temporary runtime files in RUN-DIRECTORY." (service nginx-service-type (nginx-configuration |