22:41738f738ed3
Anton Shestakov <av6@dwimlabs.net>, Sat, 22 Oct 2016 21:35:09 +0800
hgweb.conf: move staticurl closer to other urls

next change 26:b5b0e88c2886
previous change 17:5a3522b5fd5c

roles/hgweb/templates/hgweb.conf

Permissions: -rw-r--r--

Other formats: Feeds:
[paths]
/ = /home/{{ hgweb_user }}/repos/*
[extensions]
highlight =
simple4server = /home/{{ hgweb_user }}/evolve/hgext/simple4server.py
[web]
baseurl = http://{{ hgweb_subdomain }}.{{ hostname }}/
logourl = http://{{ hgweb_subdomain }}.{{ hostname }}/
staticurl = /static
contact = {{ hgweb_contact }}
pygments_style = tango
highlightfiles = size('<100k')
highlightonlymatchfilename = True