kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit e96ed9ad667be817304f905dc7f9fb1266c2c74e
parent d2c30fd70bc8e51ebec990dd0344ab61b52e843f
Author: Joris Vink <joris@coders.se>
Date:   Thu,  7 Jul 2016 12:36:08 +0200

Change default domain for kore create skeleton.

Diffstat:
src/cli.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cli.c b/src/cli.c @@ -209,7 +209,7 @@ static const char *config_data = "tls_dhparam\tdh2048.pem\n" #endif "\n" - "domain 127.0.0.1 {\n" + "domain * {\n" #if !defined(KORE_NO_TLS) "\tcertfile\tcert/server.crt\n" "\tcertkey\t\tcert/server.key\n"