diff doc/hgrc.5.txt @ 4084:51e52db6b40d

hgweb: allow static files to be served directly by the HTTP server
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Thu, 15 Feb 2007 08:51:32 -0200
parents a8a8ecf909db
children fe41d9a186ab
line wrap: on
line diff
--- a/doc/hgrc.5.txt	Wed Feb 14 15:20:06 2007 -0700
+++ b/doc/hgrc.5.txt	Thu Feb 15 08:51:32 2007 -0200
@@ -507,6 +507,11 @@
   push_ssl;;
     Whether to require that inbound pushes be transported over SSL to
     prevent password sniffing.  Default is true.
+  staticurl;;
+    Base URL to use for static files. If unset, static files (e.g.
+    the hgicon.png favicon) will be served by the CGI script itself.
+    Use this setting to serve them directly with the HTTP server.
+    Example: "http://hgserver/static/"
   stripes;;
     How many lines a "zebra stripe" should span in multiline output.
     Default is 1; set to 0 to disable.