]> git.pld-linux.org Git - packages/clickheat.git/blob - lighttpd.conf
- drop obsolete and outdated manual inclusion of rpm macros
[packages/clickheat.git] / lighttpd.conf
1 alias.url += (
2     "/clickheat" => "/usr/share/clickheat",
3 )
4
5 $HTTP["url"] =~ "/clickheat/config/" {
6     url.access-deny = ("")
7 }
This page took 0.625013 seconds and 3 git commands to generate.