diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-06-10 16:11:24 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-06-10 16:11:24 +0200 |
commit | 36dcfaddb0a3cf46330566b1c07bfbfba7638e2c (patch) | |
tree | 438e94bce218caf268dbef501189a7215a740de6 /module/config | |
parent | ernieb's hoster patches (diff) | |
download | pyload-36dcfaddb0a3cf46330566b1c07bfbfba7638e2c.tar.xz |
revert unintentional changes
Diffstat (limited to 'module/config')
-rw-r--r-- | module/config/default.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/config/default.conf b/module/config/default.conf index b3cc54640..630fcb9ba 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;lightweight 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
|