Jambunathan K <[email protected]> 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---
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode