Document htdocs/ contents

This commit is contained in:
Tony Garnock-Jones 2016-11-22 15:59:14 +13:00
parent f1501c69a5
commit 302f0d0c2d
1 changed files with 4 additions and 0 deletions

View File

@ -277,6 +277,10 @@ The `racketmq/` directory also contains a few other files of interest:
- `run`: [Daemontools](https://cr.yp.to/daemontools.html) startup script for the server
- `log/run`: Daemontools logging startup script for the server
- `htdocs/`: Static files to be served by the server
- `htdocs/500.html`: Error document used by nginx when it cannot reach RacketMQ
- `htdocs/client.html`: Simple interactive tool for experimenting
with WebSocket subscriptions in the browser
- `htdocs/client.js`: JavaScript code for `client.html`
## Bug Reports