Deny access to .svn directories with lighttpd

By isontheline

$HTTP["url"] =~ "/\.svn/" {
  url.access-deny = ( "" )
}

Laisser un commentaire