From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33889) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eQsGK-0003qK-4E for guix-patches@gnu.org; Mon, 18 Dec 2017 05:03:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eQsGF-0000Sy-9F for guix-patches@gnu.org; Mon, 18 Dec 2017 05:03:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:59236) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eQsGF-0000So-69 for guix-patches@gnu.org; Mon, 18 Dec 2017 05:03:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eQsGE-0000yH-A9 for guix-patches@gnu.org; Mon, 18 Dec 2017 05:03:02 -0500 Subject: [bug#29741] [PATCH 1/2] gnu: tests: web: Generalise the test data for the nginx test. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20171216201700.23564-1-mail@cbaines.net> Date: Mon, 18 Dec 2017 11:02:17 +0100 In-Reply-To: <20171216201700.23564-1-mail@cbaines.net> (Christopher Baines's message of "Sat, 16 Dec 2017 20:16:59 +0000") Message-ID: <878te0uzfa.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: 29741@debbugs.gnu.org Christopher Baines skribis: > So that it can also be used for other web servers. > > * gnu/tests/web.scm (%index.html-contents): Change nginx to guix. > (%make-http-root): Move the index.html file from /srv to /srv/http. > (%nginx-servers): Remove the setting of root. OK!