From 04199eb1214efcf17ef0fd68d2d20b0401aa162f Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 8 Jan 2020 12:01:48 +0100 Subject: readme: document hot reload --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 847298b..ec90d82 100644 --- a/README.md +++ b/README.md @@ -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]. -- cgit v1.2.3