We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67db1f5 commit 8fb6384Copy full SHA for 8fb6384
README.md
@@ -38,12 +38,13 @@ disk. If `root` is specified, only the dotfiles above the root are
38
checked (i.e. the root itself can be within a dotfile when set
39
to "deny").
40
41
-The default value is `'ignore'`.
42
-
43
- `'allow'` No special treatment for dotfiles.
44
- `'deny'` Deny a request for a dotfile and 403/`next()`.
45
- `'ignore'` Pretend like the dotfile does not exist and 404/`next()`.
46
+The default value is similar to `'ignore'`, with the exception that this
+default will not ignore the files within a directory that begins with a dot.
47
+
48
##### etag
49
50
Enable or disable etag generation, defaults to true.
0 commit comments