From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/2] gnu: services: web: Add support for NGinx location blocks Date: Thu, 19 Jan 2017 14:19:28 +0100 Message-ID: <87wpdrw5jz.fsf@gnu.org> References: <20170114221249.17939-1-mail@cbaines.net> <20170118080807.23291-1-mail@cbaines.net> <20170118080807.23291-2-mail@cbaines.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59960) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cUCcq-0005KM-IG for guix-devel@gnu.org; Thu, 19 Jan 2017 08:19:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cUCcl-0003iA-IG for guix-devel@gnu.org; Thu, 19 Jan 2017 08:19:36 -0500 In-Reply-To: <20170118080807.23291-2-mail@cbaines.net> (Christopher Baines's message of "Wed, 18 Jan 2017 08:08:07 +0000") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Christopher Baines Cc: guix-devel@gnu.org Christopher Baines skribis: > * gnu/services/web.scm (): Add field locations. > (): New record type. > (): New record type. > (nginx-location-config): New function. > (default-nginx-server-config): Inlcude locations. > * doc/guix.text (Web Services): Document the new nginx-location-configuration > and nginx-named-location-configuration data types, as well as the changes to > the nginx-server-configuration. Applied, thanks!