diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-05-02 16:36:13 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-05-02 16:36:13 +0200 |
commit | d2025190eba38cdcc3894130f756114374c08b3d (patch) | |
tree | 61a90ccf0f052f0a0b49aee66e04d22e49d62411 /pyload/config/default.conf | |
parent | Use 'import' instead 'from' (2) (diff) | |
download | pyload-d2025190eba38cdcc3894130f756114374c08b3d.tar.xz |
Auto choose webserver
Diffstat (limited to 'pyload/config/default.conf')
-rw-r--r-- | pyload/config/default.conf | 14 |
1 files changed, 7 insertions, 7 deletions
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 |