Skip to content

Commit

Permalink
Add note about index & 404 magic files to README
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBlueHat committed May 7, 2018
1 parent 64428b7 commit 9571d0a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -63,6 +63,11 @@ This will install `http-server` globally so that it may be run from the command

`-h` or `--help` Print this list and exit.

## Magic Files

- `index.html` will be served as the default file to any directory requests.
- `404.html` will be served if a file is not found. This can be used for Single-Page App (SPA) hosting to serve the entry page.

# Development

Checkout this repository locally, then:
Expand Down

0 comments on commit 9571d0a

Please sign in to comment.