Skip to content

Commit 7a50330

Browse files
committed
removed django => now using bottle, new builtin threaded ssl server
Dont forget to install jinja and beaker !
1 parent 6f5c0e4 commit 7a50330

38 files changed

Lines changed: 7006 additions & 1116 deletions

module/config/default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ssl - "SSL":
1111
file key : "SSL Key" = ssl.key
1212
webinterface - "Webinterface":
1313
bool activated : "Activated" = True
14-
builtin;lighttpd;nginx;fastcgi server : "Server" = builtin
14+
builtin;threaded;fastcgi server : "Server" = builtin
1515
bool https : "Use HTTPS" = False
1616
ip host : "IP" = 0.0.0.0
1717
int port : "Port" = 8001

0 commit comments

Comments
 (0)