summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>