From 8a21c112ce211e20877be0a45675373c5cfd7f69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 21 Jan 2023 12:06:18 +0100 Subject: [PATCH] Fix --- conf/nginx.conf | 10 +++++----- manifest.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index c51750b..ffac358 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -25,8 +25,8 @@ location __PATH__/ { include conf.d/yunohost_panel.conf.inc; } - # Deny access to /data/config.ini.php - location = __PATH__/data/config.ini.php { - deny all; - return 404; - } +# Deny access to /data/config.ini.php +location = __PATH__/data/config.ini.php { + deny all; + return 404; +} diff --git a/manifest.json b/manifest.json index a1ccc7b..0ebac12 100644 --- a/manifest.json +++ b/manifest.json @@ -21,7 +21,7 @@ "email": "anmol@datamol.org" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.0.9" }, "multi_instance": true, "services": [