archive
/
tstatic
Archived
1
Fork 0

Cleanup readme

This commit is contained in:
Jake Howard 2018-03-21 10:38:21 +00:00
parent c9004a8be5
commit cc5d07595b
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 0 additions and 2 deletions

View File

@ -7,7 +7,6 @@
The only static-file server you'll ever need! The only static-file server you'll ever need!
### Features: ### Features:
- Logging - [`winston`](https://www.npmjs.com/package/winston)
- Basic-Auth - [`basic-auth`](https://www.npmjs.com/package/basic-auth) - Basic-Auth - [`basic-auth`](https://www.npmjs.com/package/basic-auth)
- Custom 404 page - Custom 404 page
- Optimum Compression - [`compression`](https://www.npmjs.com/package/compression) - Optimum Compression - [`compression`](https://www.npmjs.com/package/compression)
@ -25,7 +24,6 @@ The only static-file server you'll ever need!
-b <auth> --basic-auth=<auth> Enable basic-auth. -b <auth> --basic-auth=<auth> Enable basic-auth.
-i <ips> --ips=<ips> Allowed IP addresses. -i <ips> --ips=<ips> Allowed IP addresses.
-l --list-dir List Directory. -l --list-dir List Directory.
--opbeat Enable Opbeat.
-o --open Open in browser after start. -o --open Open in browser after start.
``` ```
`dir` is where your static files are. `dir` is where your static files are.