From 92957c8dddc4556792c8ecfc1a7aa4ba5e0b1fa4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 28 Sep 2021 16:00:27 +0200 Subject: [PATCH] Update config.json --- nextcloud/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/config.json b/nextcloud/config.json index 269af95c7..fd20d90a8 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -29,7 +29,7 @@ "options": { "PUID": 1000, "PGID": 1000, - "use_own_certs": "false", + "use_own_certs": false, "certfile": "fullchain.pem", "keyfile": "privkey.pem", "trusted_domains": "your-domain, your-domain2",