diff --git a/conf/nginx.conf b/conf/nginx.conf index 839822e..5cf183e 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -3,10 +3,6 @@ location __PATH__/ { alias __FINALPATH__/public/; - if ($scheme = http) { - rewrite ^ https://$server_name$request_uri? permanent; - } - index index.php; try_files $uri $uri/ /index.php; diff --git a/manifest.json b/manifest.json index 181b9ee..db0dbe4 100644 --- a/manifest.json +++ b/manifest.json @@ -21,7 +21,7 @@ "email": "" }, "requirements": { - "yunohost": ">= 4.2.4" + "yunohost": ">= 4.3.0" }, "multi_instance": false, "services": [