1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/webtrees_ynh.git synced 2024-09-03 18:26:37 +02:00
This commit is contained in:
Éric Gaspar 2023-01-21 12:06:18 +01:00
parent 10ff52fd20
commit 8a21c112ce
2 changed files with 6 additions and 6 deletions

View file

@ -25,8 +25,8 @@ location __PATH__/ {
include conf.d/yunohost_panel.conf.inc; include conf.d/yunohost_panel.conf.inc;
} }
# Deny access to /data/config.ini.php # Deny access to /data/config.ini.php
location = __PATH__/data/config.ini.php { location = __PATH__/data/config.ini.php {
deny all; deny all;
return 404; return 404;
} }

View file

@ -21,7 +21,7 @@
"email": "anmol@datamol.org" "email": "anmol@datamol.org"
}, },
"requirements": { "requirements": {
"yunohost": ">= 4.3.0" "yunohost": ">= 11.0.9"
}, },
"multi_instance": true, "multi_instance": true,
"services": [ "services": [