expressjs / serve-static

Serve static files
MIT License
1.39k stars 228 forks source link

Support 'deny' and 'ignore' values for dotfiles option #81

Closed tjhosford closed 7 years ago

tjhosford commented 7 years ago

I noticed these options are mentioned in the documentation but not actually implemented in the code or tests...

dougwilson commented 7 years ago

The options are passed to the underlying send module which implements them.

tjhosford commented 7 years ago

Ah, whoops my mistake