summaryrefslogtreecommitdiffstats
path: root/module/config/default.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/config/default.py')
-rw-r--r--module/config/default.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/config/default.py b/module/config/default.py
index e55ba6593..902d4a6ad 100644
--- a/module/config/default.py
+++ b/module/config/default.py
@@ -62,7 +62,8 @@ def make_config(config):
("template", "str", _("Template"), _("Tooltip"), "default"),
("activated", "bool", _("Activated"), _("Tooltip"), True),
("prefix", "str", _("Path Prefix"), _("Tooltip"), ""),
- ("server", "threaded;fastcgi;fallback;lightweight", _("Server"), _("Tooltip"), "threaded"),
+ ("server", "auto;threaded;fallback;fastcgi", _("Server"), _("Tooltip"), "auto"),
+ ("force_server", "str", _("Favor specific server"), _("Tooltip"), ""),
("host", "ip", _("IP"), _("Tooltip"), "0.0.0.0"),
("https", "bool", _("Use HTTPS"), _("Tooltip"), False),
("port", "int", _("Port"), _("Tooltip"), 8001),