services: nginx: Fix typo.
* gnu/services/web.scm (nginx-service): Fix typo. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
614023981a
commit
6c12abbdb2
|
@ -1,6 +1,7 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2015 David Thompson <davet@gnu.org>
|
;;; Copyright © 2015 David Thompson <davet@gnu.org>
|
||||||
;;; Copyright © 2015 Ludovic Courtès <ludo@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.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -114,7 +115,7 @@
|
||||||
(default-nginx-config log-directory run-directory)))
|
(default-nginx-config log-directory run-directory)))
|
||||||
"Return a service that runs NGINX, the nginx web server.
|
"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."
|
files in LOG-DIRECTORY, and stores temporary runtime files in RUN-DIRECTORY."
|
||||||
(service nginx-service-type
|
(service nginx-service-type
|
||||||
(nginx-configuration
|
(nginx-configuration
|
||||||
|
|
Loading…
Reference in New Issue