module(wp): disable https

This commit is contained in:
Raito Bezarius 2021-11-22 23:26:09 +01:00
parent bd0d339409
commit 18ab0505f2

View file

@ -68,7 +68,7 @@ in lib.makeExtensible (self: {
# Server settings
enableHttps = true;
enableHttps = false;
maxUploadMb = 50;
# --- ADVANCED CONFIGURATION ---