diff --git a/conf/nginx.conf b/conf/nginx.conf index 46c5a05..4dccb14 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,9 +1,4 @@ location / { - - # Force usage of https - if ($scheme = http) { - rewrite ^ https://$server_name$request_uri? permanent; - } proxy_pass http://127.0.0.1:__PORT__/; proxy_http_version 1.1; diff --git a/manifest.json b/manifest.json index bc570c5..fc07be6 100644 --- a/manifest.json +++ b/manifest.json @@ -18,7 +18,7 @@ "name": "eric_G" }, "requirements": { - "yunohost": ">= 4.2.4" + "yunohost": ">= 4.3.0" }, "multi_instance": false, "services": [