From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35668) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eOO6r-0005oO-Ft for guix-patches@gnu.org; Mon, 11 Dec 2017 08:27:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eOO6o-0005CP-SP for guix-patches@gnu.org; Mon, 11 Dec 2017 08:27:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:47495) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eOO6o-0005CB-Nl for guix-patches@gnu.org; Mon, 11 Dec 2017 08:27:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eOO6o-00058h-Ho for guix-patches@gnu.org; Mon, 11 Dec 2017 08:27:02 -0500 Subject: [bug#29467] [PATCH 2/2] services: web: Remove default certificate and key files for nginx. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87374l36b3.fsf@gnu.org> <20171209093114.5112-1-mail@cbaines.net> <20171209093114.5112-2-mail@cbaines.net> Date: Mon, 11 Dec 2017 14:26:33 +0100 In-Reply-To: <20171209093114.5112-2-mail@cbaines.net> (Christopher Baines's message of "Sat, 9 Dec 2017 09:31:14 +0000") Message-ID: <87h8sx1jli.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain 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: 29467@debbugs.gnu.org Christopher Baines skribis: > If nginx is configured with a ssl-certificate file, and ssl-certificate-key, > it will fail to start unless these exist. To avoid this happening, change the > default to #f. > > * gnu/services/web.scm () > [ssl-certificate,ssl-certificate-key]: Set the defaults to #f. > * gnu/tests/web.scm (%nginx-servers): Remove redundant > nginx-server-configuration fields. > * doc/guix.texi (Web Services): Update examples and documentation. LGTM, thanks! Ludo'.