diff options
author | mkaay <mkaay@mkaay.de> | 2010-03-23 19:12:46 +0100 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2010-03-23 19:12:46 +0100 |
commit | eddcad129dfde5c9244e9014f2b434c53023be36 (patch) | |
tree | e640a9332556e30c33fd23bc2197090518b7c7bf | |
parent | fixed #86 (diff) | |
download | pyload-eddcad129dfde5c9244e9014f2b434c53023be36.tar.xz |
config fix
-rw-r--r-- | module/config/core_default.xml | 2 |
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> |