diff options
author | mkaay <mkaay@mkaay.de> | 2010-03-23 19:15:37 +0100 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2010-03-23 19:15:37 +0100 |
commit | 2d059af39fe159f90e4c9e529c63329fe2fd4e5f (patch) | |
tree | 8b49c760e798686bb70ace9b9674228a726d7dd3 /module/config | |
parent | new help screens and argv parsing (diff) | |
parent | config fix (diff) | |
download | pyload-2d059af39fe159f90e4c9e529c63329fe2fd4e5f.tar.xz |
merge
Diffstat (limited to 'module/config')
-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> |