readme: document hot reload
This commit is contained in:
parent
ad1d2ee7f4
commit
04199eb121
1 changed files with 6 additions and 0 deletions
|
@ -41,6 +41,12 @@ API:
|
|||
* `koushin.set_route(method, path, f)`: register a new HTTP route, `f` will be
|
||||
called with the HTTP context
|
||||
|
||||
## Hot reload
|
||||
|
||||
Lua plugins and templates can be reloaded by sending `SIGUSR1` to koushin.
|
||||
|
||||
killall -USR1 koushin
|
||||
|
||||
## Contributing
|
||||
|
||||
Send patches on the [mailing list], report bugs on the [issue tracker].
|
||||
|
|
Loading…
Reference in a new issue