summaryrefslogtreecommitdiffstats
path: root/module/config
diff options
context:
space:
mode:
authorGravatar mkaay <mkaay@mkaay.de> 2010-03-23 19:12:46 +0100
committerGravatar mkaay <mkaay@mkaay.de> 2010-03-23 19:12:46 +0100
commiteddcad129dfde5c9244e9014f2b434c53023be36 (patch)
treee640a9332556e30c33fd23bc2197090518b7c7bf /module/config
parentfixed #86 (diff)
downloadpyload-eddcad129dfde5c9244e9014f2b434c53023be36.tar.xz
config fix
Diffstat (limited to 'module/config')
-rw-r--r--module/config/core_default.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/config/core_default.xml b/module/config/core_default.xml
index e21576ead..8223768ec 100644
--- a/module/config/core_default.xml
+++ b/module/config/core_default.xml
@@ -13,7 +13,7 @@
</ssl>
<webinterface name="Webinterface">
<activated type="bool" name="Activated">True</activated>
- <server type="builtin;lighttpd;nginx;fastcgi" name="Server">builtin</server>
+ <server type="str" input="builtin;lighttpd;nginx;fastcgi" name="Server">builtin</server>
<https type="bool" name="Use HTTPS">False</https>
<host type="ip" name="IP">0.0.0.0</host>
<port type="int" name="Port">8001</port>