3 Commits (b033a4fcb450b9233f84154fc26eaae566808b65)

Author SHA1 Message Date
Stefan Bühler 4741120b74 [docs] fix links, add index page, add small introduction, add lua config / api 9 years ago
Stefan Bühler 074f53744a [angel] merge allow_listen_* items
* allow_listen_ip ".." -> allow_listen ".."
 * allow_listen_unix ".." -> allow_listen "unix:.."
 * allow_listen also takes lists of strings
9 years ago
Stefan Bühler 22d186cecc [angel] rewrite config handling, rename items, document it
* remove "instance { ... }" wrapping
  * use "_" instead of "-"
  * modules -> modules_path
  * allow_listen { ip "..."; } -> allow_listen_ip "...";
  * allow_listen { unix "..."; } -> allow_listen_unix "...";
9 years ago