# HG changeset patch # User Yuya Nishihara # Date 2018-09-23 08:01:26 # Node ID ff0060d2a0999b266a86d5a02cf3af55f824270c # Parent 1dd82ecb869b1499ed9606cfce05f2a33e176ad7 help: document web.static config Spotted by check-config.py. diff --git a/mercurial/help/config.txt b/mercurial/help/config.txt --- a/mercurial/help/config.txt +++ b/mercurial/help/config.txt @@ -2626,6 +2626,9 @@ The full set of options is: ``server-header`` Value for HTTP ``Server`` response header. +``static`` + Directory where static files are served from. + ``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