From 43fc8689bcf7a69efcc653b348b8cb8cba499adc Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 17 Nov 2021 15:39:05 +0100 Subject: [PATCH] 4.3 --- conf/nginx.conf | 5 ----- manifest.json | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) 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": [