From d2025190eba38cdcc3894130f756114374c08b3d Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sat, 2 May 2015 16:36:13 +0200 Subject: Auto choose webserver --- pyload/config/default.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'pyload/config/default.conf') diff --git a/pyload/config/default.conf b/pyload/config/default.conf index 17753bb8c..c70d4d71a 100644 --- a/pyload/config/default.conf +++ b/pyload/config/default.conf @@ -12,13 +12,13 @@ ssl - "SSL": file key : "SSL Key" = ssl.key webui - "Web User Interface": - bool activated : "Activated" = True - builtin;threaded;fastcgi;lightweight server : "Server" = threaded - bool https : "Use HTTPS" = False - ip host : "IP" = 0.0.0.0 - int port : "Port" = 8001 - Default;Dark;Flat;Next theme : "Theme" = Next - str prefix : "Path Prefix" = None + bool activated : "Activated" = True + auto;threaded;fastcgi;lightweight server : "Server" = auto + bool https : "Use HTTPS" = False + ip host : "IP" = 0.0.0.0 + int port : "Port" = 8001 + Default;Dark;Flat;Next theme : "Theme" = Next + str prefix : "Path Prefix" = None log - "Log": bool file_log : "File Log" = True -- cgit v1.2.3