You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,7 @@ with the provided Dockerfile.
64
64
|`-a`|Address to use |0.0.0.0|
65
65
|`--base-dir`| Base path to serve files from |`/`|
66
66
|`-d`|Show directory listings |`true`|
67
+
|`-dir-overrides-404` | Whether `-d` should override magic `404.html` | `false`
67
68
|`-i`| Display autoIndex |`true`|
68
69
|`-g` or `--gzip`|When enabled it will serve `./public/some-file.js.gz` in place of `./public/some-file.js` when a gzipped version of the file exists and the request accepts gzip encoding. If brotli is also enabled, it will try to serve brotli first.|`false`|
69
70
|`-b` or `--brotli`|When enabled it will serve `./public/some-file.js.br` in place of `./public/some-file.js` when a brotli compressed version of the file exists and the request accepts `br` encoding. If gzip is also enabled, it will try to serve brotli first. |`false`|
0 commit comments