Mercurial > hg
changeset 39792:ff0060d2a099
help: document web.static config
Spotted by check-config.py.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 23 Sep 2018 17:01:26 +0900 |
parents | 1dd82ecb869b |
children | 536f22d6c2c5 |
files | mercurial/help/config.txt |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/help/config.txt Mon Sep 24 00:00:04 2018 +0300 +++ b/mercurial/help/config.txt Sun Sep 23 17:01:26 2018 +0900 @@ -2626,6 +2626,9 @@ ``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