From 7a503302fbe6fcc23af94de2fe313298c3a6d95c Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 2 Feb 2011 21:46:15 +0100 Subject: removed django => now using bottle, new builtin threaded ssl server Dont forget to install jinja and beaker ! --- module/config/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/config') diff --git a/module/config/default.conf b/module/config/default.conf index 7d7b84854..dfa58608b 100644 --- a/module/config/default.conf +++ b/module/config/default.conf @@ -11,7 +11,7 @@ ssl - "SSL": file key : "SSL Key" = ssl.key webinterface - "Webinterface": bool activated : "Activated" = True - builtin;lighttpd;nginx;fastcgi server : "Server" = builtin + builtin;threaded;fastcgi server : "Server" = builtin bool https : "Use HTTPS" = False ip host : "IP" = 0.0.0.0 int port : "Port" = 8001 -- cgit v1.2.3