From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#32233: Cuirass: Berlin web API times out Date: Mon, 23 Jul 2018 16:52:47 +0200 Message-ID: <87h8kqovgg.fsf@gnu.org> References: <87lga5lyxa.fsf@lassieur.org> <87lga2tj3d.fsf@gnu.org> <87va96tbek.fsf@lassieur.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fhcCs-0005WC-MC for bug-guix@gnu.org; Mon, 23 Jul 2018 10:53:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fhcCr-0006Dp-Vu for bug-guix@gnu.org; Mon, 23 Jul 2018 10:53:02 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49210) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fhcCr-0006Df-RG for bug-guix@gnu.org; Mon, 23 Jul 2018 10:53:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fhcCr-0005tF-Jq for bug-guix@gnu.org; Mon, 23 Jul 2018 10:53:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87va96tbek.fsf@lassieur.org> ("=?UTF-8?Q?Cl=C3=A9ment?= Lassieur"'s message of "Mon, 23 Jul 2018 13:54:43 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Cc: 32233-done@debbugs.gnu.org Cl=C3=A9ment Lassieur skribis: >> Is the Web UI already in the current =E2=80=98cuirass=E2=80=99 package? > > Soon! But I think we should change the NGINX config nonetheless because > the json API is useful. The JSON API is available; see =E2=80=98berlin-locations.conf=E2=80=99. >> If so, what do we need to change in the nginx config? > > I guess we could add: > > server { [...] > location / { > proxy_pass http://localhost:8081; > } > } I think this change should go do =E2=80=98berlin-locations.conf=E2=80=99. = Feel free to commit! Thank you, Ludo=E2=80=99.