diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-06-11 20:57:48 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-06-11 20:57:48 +0200 |
commit | 88185ee505aab68a7352ee0bb414ee5e8cf19ccf (patch) | |
tree | 5185c3dbdfa04a2ed1134a7766c58c641cc9f410 /module/config/default.conf | |
parent | revert unintentional changes (diff) | |
download | pyload-88185ee505aab68a7352ee0bb414ee5e8cf19ccf.tar.xz |
comment out filemanager
Diffstat (limited to 'module/config/default.conf')
-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 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
|