module(wp): disable https
This commit is contained in:
parent
bd0d339409
commit
18ab0505f2
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ in lib.makeExtensible (self: {
|
|||
|
||||
|
||||
# Server settings
|
||||
enableHttps = true;
|
||||
enableHttps = false;
|
||||
maxUploadMb = 50;
|
||||
|
||||
# --- ADVANCED CONFIGURATION ---
|
||||
|
|
Loading…
Reference in a new issue