diff --git a/conf/nginx.conf b/conf/nginx.conf index d7a95ca..dcd43f5 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -29,11 +29,6 @@ location __PATH__/UP { proxy_set_header Content-Type application/json; proxy_pass http://127.0.0.1:__PORT__/message; proxy_set_header Host $host; - - # Force https - if ($scheme = http) { - rewrite ^ https://$server_name$request_uri? permanent; - } } location __PATH__/ { diff --git a/manifest.json b/manifest.json index 89be057..765dae2 100644 --- a/manifest.json +++ b/manifest.json @@ -20,7 +20,7 @@ "email": "plopoyop@gmail.com" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.0.9" }, "multi_instance": true, "services": [