From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56131) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dxdl9-0000eM-MW for guix-patches@gnu.org; Thu, 28 Sep 2017 14:42:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dxdl4-00073R-Pq for guix-patches@gnu.org; Thu, 28 Sep 2017 14:42:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:56637) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dxdl4-00073F-MS for guix-patches@gnu.org; Thu, 28 Sep 2017 14:42:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dxdl4-0002HA-Am for guix-patches@gnu.org; Thu, 28 Sep 2017 14:42:02 -0400 Subject: bug#28560: [PATCH] web: Add try-files for the nginx-service-type. Resent-To: guix-patches@gnu.org Resent-Message-ID: Date: Thu, 28 Sep 2017 20:40:05 +0200 From: Julien Lepiller Message-ID: <20170928204005.47bfe419@lepiller.eu> In-Reply-To: <873776sqiy.fsf@gmail.com> References: <874lruckq8.fsf@gmail.com> <87k20prshw.fsf@gmail.com> <87h8vtrrlz.fsf@gmail.com> <87d16hrpdq.fsf@gmail.com> <72986E30-EF66-44C3-AAEC-718F0CAD19D4@lepiller.eu> <87fubcynmx.fsf@gmail.com> <67F0DB51-4862-4965-B467-DB517FB3F348@lepiller.eu> <873776sqiy.fsf@gmail.com> 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: 28560-done@debbugs.gnu.org Le Thu, 28 Sep 2017 20:04:53 +0300, Oleg Pykhalov a =C3=A9crit : > Hello Julien, >=20 > Julien Lepiller writes: >=20 > > I'm not sure about the last part of your sentence, do we explain > > what the "current context" is? =20 >=20 > No we didn't. And I don't see any =E2=80=98context=E2=80=99 mention in > =E2=80=98@subsubsection Web Services=E2=80=99. >=20 > > Is it even relevant? =20 >=20 > Probably not relevant. >=20 > > Could you add a sentence to explain the usage of variables here, > > such as "$uri"? Maybe a small example would be enough. =20 >=20 > Sure. >=20 Thank you, that was perfect! Pushed as 4d14808af4c01b4fb0a4564584aa68f0e53c4ef4, with a slightly different commit message.