From 8baf909941f176e9b4700e89776552053bcce145 Mon Sep 17 00:00:00 2001 From: Darren Date: Wed, 7 Nov 2012 19:47:10 +0000 Subject: [PATCH] Server: Comments for the server blocks config --- config.js | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index 946bd26..6837641 100644 --- a/config.js +++ b/config.js @@ -9,10 +9,15 @@ conf.group = ""; conf.log = "kiwi.log"; -// Server listen blocks + +/* + * Server listen blocks + */ + +// Do not edit this line! conf.servers = []; -// Example plain-text server block +// Example server block conf.servers.push({ port: 7778, address: "0.0.0.0" @@ -29,6 +34,10 @@ conf.servers.push({ //}); + + + + // Where the client files are conf.public_http = "client/"; -- 2.25.1