summaryrefslogtreecommitdiff
path: root/usr/local/etc/lighttpd/conf.d/access.conf
blob: d32a008a558fe4c3a619aa756041eb791fcd4f25 (plain) (blame)
1
2
3
4
5
6
7
server.modules += ( "mod_access" )
$HTTP["url"] =~ "^/drafts/" {
	url.access-deny = ("")
}
$HTTP["url"] =~ "/new.php" {
	url.access-deny = ("")
}