Mercurial > hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
4083:33c369afec94 | 4084:51e52db6b40d |
---|---|
505 port;; | 505 port;; |
506 Port to listen on. Default is 8000. | 506 Port to listen on. Default is 8000. |
507 push_ssl;; | 507 push_ssl;; |
508 Whether to require that inbound pushes be transported over SSL to | 508 Whether to require that inbound pushes be transported over SSL to |
509 prevent password sniffing. Default is true. | 509 prevent password sniffing. Default is true. |
510 staticurl;; | |
511 Base URL to use for static files. If unset, static files (e.g. | |
512 the hgicon.png favicon) will be served by the CGI script itself. | |
513 Use this setting to serve them directly with the HTTP server. | |
514 Example: "http://hgserver/static/" | |
510 stripes;; | 515 stripes;; |
511 How many lines a "zebra stripe" should span in multiline output. | 516 How many lines a "zebra stripe" should span in multiline output. |
512 Default is 1; set to 0 to disable. | 517 Default is 1; set to 0 to disable. |
513 style;; | 518 style;; |
514 Which template map style to use. | 519 Which template map style to use. |