From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36565) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dvsOA-0007Bl-0K for guix-patches@gnu.org; Sat, 23 Sep 2017 17:55:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dvsO6-0005wG-Te for guix-patches@gnu.org; Sat, 23 Sep 2017 17:55:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46309) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dvsO6-0005wC-Pc for guix-patches@gnu.org; Sat, 23 Sep 2017 17:55:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dvsO6-0000hN-JY for guix-patches@gnu.org; Sat, 23 Sep 2017 17:55:02 -0400 Subject: [bug#28560] [PATCH] web: Add try-files for the nginx-service-type. Resent-Message-ID: From: Oleg Pykhalov References: <874lruckq8.fsf@gmail.com> Date: Sun, 24 Sep 2017 00:54:03 +0300 In-Reply-To: <874lruckq8.fsf@gmail.com> (Oleg Pykhalov's message of "Sat, 23 Sep 2017 03:38:39 +0300") Message-ID: <87k20prshw.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@debbugs.gnu.org Ah, actually I need also to test on real system config before pushed a patc= h. Sorry. --8<---------------cut here---------------start------------->8--- natsu@magnolia ~/src/guix$ ./pre-inst-env guix system build ~/dotfiles/guix= /system-magnolia.scm=20 Backtrace: In srfi/srfi-1.scm: 592:29 19 (map1 (#< type: #= =E2=80=A6)) 592:29 18 (map1 (#< type: #= =E2=80=A6)) 592:29 17 (map1 (#< type: #= =E2=80=A6)) 592:29 16 (map1 (#< type: #=E2=80=A6>= =E2=80=A6)) 592:29 15 (map1 (#< type: #= =E2=80=A6)) 592:29 14 (map1 (#< type: #= =E2=80=A6)) 592:29 13 (map1 (#< type: #= =E2=80=A6)) 592:29 12 (map1 (#< type: #= =E2=80=A6)) 592:29 11 (map1 (#< type: #= =E2=80=A6)) 592:29 10 (map1 (#< type: #= =E2=80=A6)) 592:29 9 (map1 (#< type: #= =E2=80=A6)) 592:29 8 (map1 (#< type: #= =E2=80=A6)) 592:29 7 (map1 (#< type: #= =E2=80=A6)) 592:17 6 (map1 (#< type: #= =E2=80=A6)) In gnu/services/web.scm: 317:21 5 (nginx-shepherd-service _) 308:35 4 (nginx-action . _) 256:10 3 (default-nginx-config # =E2=80=A6) In srfi/srfi-1.scm: 592:17 2 (map1 (#< http-port: 19418=E2=80= =A6>)) In gnu/services/web.scm: 214:9 1 (emit-nginx-server-config _) In unknown file: 0 (string-append " try_files " (("$uri" " ") (# #)) #) ERROR: In procedure string-append: ERROR: In procedure string-append: Wrong type (expecting string): (("$uri" = " ") ("@cgit" " ")) --8<---------------cut here---------------end--------------->8---