From 3a76876468057e212901a60232806566b17c0943 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 22 Nov 2021 07:30:14 +0100 Subject: [PATCH] fix --- conf/nginx.conf | 5 ----- manifest.json | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 556b622..549b52a 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -4,11 +4,6 @@ location __PATH__/ { # Path to source alias __FINALPATH__/ ; - # Force usage of https - if ($scheme = http) { - rewrite ^ https://$server_name$request_uri? permanent; - } - index index.php; # Common parameter to increase upload size limit in conjunction with dedicated php-fpm file diff --git a/manifest.json b/manifest.json index a6cc7ef..05fcfc1 100644 --- a/manifest.json +++ b/manifest.json @@ -13,7 +13,7 @@ "website": "https://fluxbb.org/", "demo": "https://fluxbb.org/forums/index.php", "admindoc": "https://fluxbb.org/docs/", - "userdoc": "https://yunohost.org/en/app_fluxbb" + "code": "https://github.com/fluxbb/fluxbb/" }, "license": "GPL-2.0-only", "maintainer": { @@ -22,7 +22,7 @@ "url": "https://miaou.org" }, "requirements": { - "yunohost": ">= 4.2.4" + "yunohost": ">= 4.3.0" }, "multi_instance": true, "services": [