From 86743f093b074e15779b0b3bfeb9365c844f1650 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 8 Mar 2022 18:15:28 +0100 Subject: [PATCH] 4.3 --- check_process | 2 +- conf/nginx.conf | 5 ----- manifest.json | 2 +- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/check_process b/check_process index 7f2551c..ff18b03 100644 --- a/check_process +++ b/check_process @@ -11,7 +11,7 @@ setup_private=0 setup_public=1 upgrade=1 - upgrade=1 from_commit=41c39d47e4e398339b7d6a4167ca2198dae998e3 + #upgrade=1 from_commit=41c39d47e4e398339b7d6a4167ca2198dae998e3 backup_restore=1 multi_instance=1 change_url=1 diff --git a/conf/nginx.conf b/conf/nginx.conf index 4cf40ae..013c29d 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -3,10 +3,6 @@ location __PATH__/ { alias __FINALPATH__/; - if ($scheme = http) { - rewrite ^ https://$server_name$request_uri? permanent; - } - if (!-e $request_filename) { rewrite ^(.*)$ /index.php?pagename=$1; } @@ -44,7 +40,6 @@ location __PATH__/ { fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; } - # deny access to all dot files location ~ /\. { deny all; diff --git a/manifest.json b/manifest.json index 79c1211..704cf4a 100644 --- a/manifest.json +++ b/manifest.json @@ -22,7 +22,7 @@ "email": "" }, "requirements": { - "yunohost": ">= 4.2.0" + "yunohost": ">= 4.3.0" }, "previous_maintainers": { "name": "aymhce",