summaryrefslogtreecommitdiffstats
path: root/module/config
diff options
context:
space:
mode:
authorGravatar mkaay <mkaay@mkaay.de> 2010-03-23 19:15:37 +0100
committerGravatar mkaay <mkaay@mkaay.de> 2010-03-23 19:15:37 +0100
commit2d059af39fe159f90e4c9e529c63329fe2fd4e5f (patch)
tree8b49c760e798686bb70ace9b9674228a726d7dd3 /module/config
parentnew help screens and argv parsing (diff)
parentconfig fix (diff)
downloadpyload-2d059af39fe159f90e4c9e529c63329fe2fd4e5f.tar.xz
merge
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>