From d109e6c4b708fcbb20db2b2e1678dd26e9cdfa01 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 16 Nov 2021 22:31:57 +0100 Subject: [PATCH 1/2] Remove HTTPS redirection --- conf/nginx.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 37de41d..1f1945c 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -4,11 +4,6 @@ location __PATH__/ { # Path to source alias __FINALPATH__/ ; - # Force usage of https - if ($scheme = http) { - rewrite ^ https://$server_name$request_uri? permanent; - } - ### Example PHP configuration (remove it if not used) index index.php; From 73c1f432266e1b2eca20e8aff23b49ee662fd051 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 16 Nov 2021 22:33:46 +0100 Subject: [PATCH 2/2] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 17fe090..44b4951 100644 --- a/manifest.json +++ b/manifest.json @@ -22,7 +22,7 @@ "email": "john.doe@example.com" }, "requirements": { - "yunohost": ">= 4.1.3" + "yunohost": ">= 4.3.0" }, "multi_instance": true, "services": [