From 60067878dbbfc1264c9d004c1b90908061aa83db Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 17 Nov 2021 15:43:05 +0100 Subject: [PATCH] 4.3 --- conf/nginx.conf | 6 ------ manifest.json | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index b54d111..82e5ff5 100755 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -19,12 +19,6 @@ location ~ /ws/* { } location / { - - # Force usage of https - if ($scheme = http) { - rewrite ^ https://$server_name$request_uri? permanent; - } - client_max_body_size 50M; proxy_pass http://127.0.0.1:__PORT__; proxy_set_header Connection ""; diff --git a/manifest.json b/manifest.json index 31d0f8f..08c1e54 100755 --- a/manifest.json +++ b/manifest.json @@ -20,7 +20,7 @@ "name": "eric_G" }, "requirements": { - "yunohost": ">= 4.2.4" + "yunohost": ">= 4.3.0" }, "multi_instance": false, "services": [