From 18ab0505f2b86a3a6e5b06e1817d24f9848864d3 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Mon, 22 Nov 2021 23:26:09 +0100 Subject: [PATCH] module(wp): disable https --- modules/web-apps/wordpress/default-app-config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/web-apps/wordpress/default-app-config.nix b/modules/web-apps/wordpress/default-app-config.nix index 45af432..8689608 100644 --- a/modules/web-apps/wordpress/default-app-config.nix +++ b/modules/web-apps/wordpress/default-app-config.nix @@ -68,7 +68,7 @@ in lib.makeExtensible (self: { # Server settings - enableHttps = true; + enableHttps = false; maxUploadMb = 50; # --- ADVANCED CONFIGURATION ---