From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46966) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dk8sh-0003lG-Jo for guix-patches@gnu.org; Tue, 22 Aug 2017 09:06:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dk8sc-0005c0-1z for guix-patches@gnu.org; Tue, 22 Aug 2017 09:06:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40108) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dk8sb-0005bi-UN for guix-patches@gnu.org; Tue, 22 Aug 2017 09:06:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dk8sb-0003FJ-N5 for guix-patches@gnu.org; Tue, 22 Aug 2017 09:06:01 -0400 Subject: [bug#28125] [PATCH 3/3] web: Remove the nginx-service procedure. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170817180109.14785-1-mail@cbaines.net> <20170817180109.14785-3-mail@cbaines.net> Date: Tue, 22 Aug 2017 15:05:07 +0200 In-Reply-To: <20170817180109.14785-3-mail@cbaines.net> (Christopher Baines's message of "Thu, 17 Aug 2017 19:01:09 +0100") Message-ID: <87efs369do.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Christopher Baines Cc: 28125@debbugs.gnu.org Christopher Baines skribis: > Now that the service-type has a default value, and configuration record is > accessible. > > * gnu/services/web.scm (nginx-service): Remove procedure. > * doc/guix.texi (Web Services): Update and improve NGinx documentation. LGTM, thank you! Ludo=E2=80=99.