]> git.pld-linux.org Git - packages/dokuwiki.git/blame - dokuwiki-lighttpd.conf
still old deprecated wrappers, some plugins still have addInitEvent() calls
[packages/dokuwiki.git] / dokuwiki-lighttpd.conf
CommitLineData
5a5564db
ER
1# dokuwiki lighttpd config
2var.dokudir = "/usr/share/dokuwiki"
3var.dokuuri = "/dokuwiki"
4
5# deny access completly to these
6$HTTP["url"] =~ "/\.ht" { url.access-deny = ( "" ) }
7$HTTP["url"] =~ "/_ht" { url.access-deny = ( "" ) }
8$HTTP["url"] =~ "^" + var.dokuuri + "/(bin|data|inc|conf)/" { url.access-deny = ( "" ) }
9
10alias.url += (
11 var.dokuuri => var.dokudir,
12)
This page took 0.03786 seconds and 4 git commands to generate.