services: nginx: fix typo.
Commit Message
I'm not certain if this is a typo at all, but I found this and it
might be a typo.
From aba036e365c64a9b37c165b69b34980ee02df578 Mon Sep 17 00:00:00 2001
From: ng0 <ng0@we.make.ritual.n0.is>
Date: Thu, 7 Jul 2016 18:44:13 +0000
Subject: [PATCH] services: nginx: Fix a typo in nginx-service.
* gnu/services/web.scm (nginx-service): Fix typo.
Correct CONFIG-FIGLE to CONFIG-FILE.
---
gnu/services/web.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Comments
On Thu, Jul 07, 2016 at 06:57:05PM +0000, ng0 wrote:
> I'm not certain if this is a typo at all, but I found this and it
> might be a typo.
> -The nginx daemon loads its runtime configuration from CONFIG-FIGLE, stores log
> +The nginx daemon loads its runtime configuration from CONFIG-FILE, stores log
This is certainly a typo :)
Pushed as 6c12abbdb!
@@ -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