From 5a8fe00c14120f7a4b6f4fdfb4f404cd132d9f1c Mon Sep 17 00:00:00 2001 From: Melvin Suter Date: Mon, 16 Oct 2023 11:15:40 +0200 Subject: [PATCH] Moving Config file to right dir Signed-off-by: Melvin Suter --- .../config => .config}/trusteddomains.config.php | 0 25/fpm-alpine/config/trusteddomains.config.php | 11 ----------- 25/fpm/config/trusteddomains.config.php | 11 ----------- 26/apache/config/trusteddomains.config.php | 11 ----------- 26/fpm-alpine/config/trusteddomains.config.php | 11 ----------- 26/fpm/config/trusteddomains.config.php | 11 ----------- 27/apache/config/trusteddomains.config.php | 11 ----------- 27/fpm-alpine/config/trusteddomains.config.php | 11 ----------- 27/fpm/config/trusteddomains.config.php | 11 ----------- 9 files changed, 88 deletions(-) rename {25/apache/config => .config}/trusteddomains.config.php (100%) delete mode 100644 25/fpm-alpine/config/trusteddomains.config.php delete mode 100644 25/fpm/config/trusteddomains.config.php delete mode 100644 26/apache/config/trusteddomains.config.php delete mode 100644 26/fpm-alpine/config/trusteddomains.config.php delete mode 100644 26/fpm/config/trusteddomains.config.php delete mode 100644 27/apache/config/trusteddomains.config.php delete mode 100644 27/fpm-alpine/config/trusteddomains.config.php delete mode 100644 27/fpm/config/trusteddomains.config.php diff --git a/25/apache/config/trusteddomains.config.php b/.config/trusteddomains.config.php similarity index 100% rename from 25/apache/config/trusteddomains.config.php rename to .config/trusteddomains.config.php diff --git a/25/fpm-alpine/config/trusteddomains.config.php b/25/fpm-alpine/config/trusteddomains.config.php deleted file mode 100644 index 5994628b..00000000 --- a/25/fpm-alpine/config/trusteddomains.config.php +++ /dev/null @@ -1,11 +0,0 @@ - array_merge($CONFIG['trusted_domains'],array_map(function($domain){return trim($domain);},explode(",",getenv('NEXTCLOUD_TRUSTED_DOMAINS')))) - ); -} diff --git a/25/fpm/config/trusteddomains.config.php b/25/fpm/config/trusteddomains.config.php deleted file mode 100644 index 5994628b..00000000 --- a/25/fpm/config/trusteddomains.config.php +++ /dev/null @@ -1,11 +0,0 @@ - array_merge($CONFIG['trusted_domains'],array_map(function($domain){return trim($domain);},explode(",",getenv('NEXTCLOUD_TRUSTED_DOMAINS')))) - ); -} diff --git a/26/apache/config/trusteddomains.config.php b/26/apache/config/trusteddomains.config.php deleted file mode 100644 index 5994628b..00000000 --- a/26/apache/config/trusteddomains.config.php +++ /dev/null @@ -1,11 +0,0 @@ - array_merge($CONFIG['trusted_domains'],array_map(function($domain){return trim($domain);},explode(",",getenv('NEXTCLOUD_TRUSTED_DOMAINS')))) - ); -} diff --git a/26/fpm-alpine/config/trusteddomains.config.php b/26/fpm-alpine/config/trusteddomains.config.php deleted file mode 100644 index 5994628b..00000000 --- a/26/fpm-alpine/config/trusteddomains.config.php +++ /dev/null @@ -1,11 +0,0 @@ - array_merge($CONFIG['trusted_domains'],array_map(function($domain){return trim($domain);},explode(",",getenv('NEXTCLOUD_TRUSTED_DOMAINS')))) - ); -} diff --git a/26/fpm/config/trusteddomains.config.php b/26/fpm/config/trusteddomains.config.php deleted file mode 100644 index 5994628b..00000000 --- a/26/fpm/config/trusteddomains.config.php +++ /dev/null @@ -1,11 +0,0 @@ - array_merge($CONFIG['trusted_domains'],array_map(function($domain){return trim($domain);},explode(",",getenv('NEXTCLOUD_TRUSTED_DOMAINS')))) - ); -} diff --git a/27/apache/config/trusteddomains.config.php b/27/apache/config/trusteddomains.config.php deleted file mode 100644 index 5994628b..00000000 --- a/27/apache/config/trusteddomains.config.php +++ /dev/null @@ -1,11 +0,0 @@ - array_merge($CONFIG['trusted_domains'],array_map(function($domain){return trim($domain);},explode(",",getenv('NEXTCLOUD_TRUSTED_DOMAINS')))) - ); -} diff --git a/27/fpm-alpine/config/trusteddomains.config.php b/27/fpm-alpine/config/trusteddomains.config.php deleted file mode 100644 index 5994628b..00000000 --- a/27/fpm-alpine/config/trusteddomains.config.php +++ /dev/null @@ -1,11 +0,0 @@ - array_merge($CONFIG['trusted_domains'],array_map(function($domain){return trim($domain);},explode(",",getenv('NEXTCLOUD_TRUSTED_DOMAINS')))) - ); -} diff --git a/27/fpm/config/trusteddomains.config.php b/27/fpm/config/trusteddomains.config.php deleted file mode 100644 index 5994628b..00000000 --- a/27/fpm/config/trusteddomains.config.php +++ /dev/null @@ -1,11 +0,0 @@ - array_merge($CONFIG['trusted_domains'],array_map(function($domain){return trim($domain);},explode(",",getenv('NEXTCLOUD_TRUSTED_DOMAINS')))) - ); -}