From fcfed88b838690267280e2e6fd7d1e5b8db0bf5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 8 Mar 2023 10:07:33 +0100 Subject: [PATCH] cleaning --- conf/nginx.conf | 2 +- manifest.toml | 2 +- scripts/_common.sh | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 836c160..c5faddd 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -76,7 +76,7 @@ location ^~ __PATH__/ { } # Rules borrowed from `.htaccess` to hide certain paths from clients - location ~ ^__PATH__/(?:build|tests|config|lib|3rdparty|templates|data)(?:$|/) { return 404; } + location ~ ^__PATH__/(?:build|tests|config|lib|3rdparty|templates|data)(?:$|/) { return 404; } location ~ ^__PATH__/(?:\.|autotest|occ|issue|indie|db_|console) { return 404; } # Ensure this block, which passes PHP files to the PHP process, is above the blocks diff --git a/manifest.toml b/manifest.toml index cbd8473..d7c3833 100644 --- a/manifest.toml +++ b/manifest.toml @@ -19,7 +19,7 @@ code = "https://github.com/nextcloud/server" cpe = "cpe:2.3:a:nextcloud:nextcloud" [integration] -yunohost = ">= 11.1.10" +yunohost = ">= 11.1.13" architectures = ["amd64", "arm64"] multi_instance = true ldap = true diff --git a/scripts/_common.sh b/scripts/_common.sh index 65de7f2..19e6a36 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,8 +4,6 @@ # COMMON VARIABLES #================================================= -YNH_PHP_VERSION="8.1" - #================================================= # EXPERIMENTAL HELPERS #=================================================