From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Substitute URLs Date: Mon, 4 Apr 2016 16:05:40 +0200 Message-ID: <20160404140540.GA30888@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34320) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1an5A9-0000fu-2h for guix-devel@gnu.org; Mon, 04 Apr 2016 10:07:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1an5A4-0005Kk-5f for guix-devel@gnu.org; Mon, 04 Apr 2016 10:07:29 -0400 Received: from mail.thebird.nl ([95.154.246.10]:33719) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1an5A4-0005Kf-01 for guix-devel@gnu.org; Mon, 04 Apr 2016 10:07:24 -0400 Content-Disposition: inline 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org The convention of substitute URLs is a bit weird: http://guix.myserver.org points to port 8080. It should really be port 80 (the http preamble suggests that). Pj.