From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Dunsmore Subject: Re: IMPORTANT: Migration of org-mode.git to the new server on sunday 5pm-7pm CET (UTC+1) Date: Sun, 09 Jan 2011 13:27:43 -0600 Message-ID: <87d3o5khcg.fsf@riotblast.dunsmor.com> References: <8762u0fjn8.fsf@altern.org> <871v4m5abg.fsf@altern.org> <80594911-1DB7-4B91-ABF4-4EDCD5C8432D@fastmail.net> <81fwt1uc3w.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=33365 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pc0vd-00033C-Kh for emacs-orgmode@gnu.org; Sun, 09 Jan 2011 14:27:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pc0vZ-00047E-9Y for emacs-orgmode@gnu.org; Sun, 09 Jan 2011 14:27:49 -0500 Received: from deathroller.dunsmor.com ([98.129.169.48]:44477) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pc0vZ-000477-3T for emacs-orgmode@gnu.org; Sun, 09 Jan 2011 14:27:45 -0500 In-Reply-To: <81fwt1uc3w.fsf@gmail.com> (Jambunathan K.'s message of "Mon, 10 Jan 2011 00:40:43 +0530") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jambunathan K Cc: emacs-orgmode@gnu.org Jambunathan K writes: > Browser displays loopback address as title of the above URL. This is because Gitweb requests are being proxied through Nginx to a CGI-capable web server listening on localhost. Fixed the title: --8<---------------cut here---------------start------------->8--- # diff gitweb.cgi{~,} 50,51c50 < our $site_name = "" < || ($ENV{'SERVER_NAME'} || "Untitled") . " Git"; --- > our $site_name = "Git"; --8<---------------cut here---------------end--------------->8---