I've managed to set up my lighttpd server so that it makes mywebsite.com/files password protected. But I don't want the subdirectories of files to be password protected at all. I've changed the lighttpd.conf file to make the /files directory password protected and it works, but all subdirectories are password protected. I can't seem to find an option for lighttpd to stop this.
So:
/files/ password protected
/files/a.txt not password protected
Is there some setting or syntax I'm missing to allow this?