summaryrefslogtreecommitdiffstats
path: root/module/config/default.conf
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-06-09 20:20:08 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-06-09 20:20:08 +0200
commitdef4fb88277aa00f41104b5bfac8239ba4341373 (patch)
tree6fd30426aa91b7e28e420c7ab6d8374b0e14a7a6 /module/config/default.conf
parentbottle.py update (diff)
downloadpyload-def4fb88277aa00f41104b5bfac8239ba4341373.tar.xz
new supported webserver (lightweight)
Diffstat (limited to 'module/config/default.conf')
-rw-r--r--module/config/default.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/config/default.conf b/module/config/default.conf
index 630fcb9ba..b3cc54640 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;threaded;fastcgi server : "Server" = builtin
+ builtin;threaded;fastcgi;lightweight server : "Server" = builtin
bool https : "Use HTTPS" = False
ip host : "IP" = 0.0.0.0
int port : "Port" = 8001