From 0f7749958cd440ca053adc24b446b8a8b116ff61 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 21 Nov 2021 14:14:02 +0100 Subject: [PATCH] Update to 4.3 --- conf/nginx.conf | 4 ---- manifest.json | 5 ++--- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index c3eb079..b5f38e3 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -2,10 +2,6 @@ location __PATH__/ { alias __FINALPATH__/; - - if ($scheme = http) { - rewrite ^ https://$server_name$request_uri? permanent; - } index index.html; diff --git a/manifest.json b/manifest.json index 101739d..0447680 100644 --- a/manifest.json +++ b/manifest.json @@ -21,7 +21,7 @@ "email": "josue@tille.ch" }, "requirements": { - "yunohost": ">= 4.2.6.1" + "yunohost": ">= 4.3.0" }, "multi_instance": true, "services": [ @@ -31,8 +31,7 @@ "install" : [ { "name": "domain", - "type": "domain", - "example": "domain.org" + "type": "domain" }, { "name": "path",