From 55deb7a9409918bb532f3badcd0cf81f14f52c39 Mon Sep 17 00:00:00 2001 From: Greg Anderson Date: Wed, 2 Dec 2020 14:45:06 -0800 Subject: [PATCH 1/2] Correct protected_web_paths c.f. https://github.com/pantheon-systems/drops-8/blob/default/pantheon.upstream.yml --- pantheon.upstream.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pantheon.upstream.yml b/pantheon.upstream.yml index 4370a9d..76f6889 100644 --- a/pantheon.upstream.yml +++ b/pantheon.upstream.yml @@ -9,3 +9,5 @@ drush_version: 10 build_step: true protected_web_paths: - /private + - /sites/default/files/private/ + - /sites/default/files/config/ From 9c00ddfcbf29f40a7ad9de85239221d21308c153 Mon Sep 17 00:00:00 2001 From: Greg Anderson Date: Wed, 2 Dec 2020 14:46:17 -0800 Subject: [PATCH 2/2] Need a trailing slash on `/private/` --- pantheon.upstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pantheon.upstream.yml b/pantheon.upstream.yml index 76f6889..ff4da25 100644 --- a/pantheon.upstream.yml +++ b/pantheon.upstream.yml @@ -8,6 +8,6 @@ database: drush_version: 10 build_step: true protected_web_paths: - - /private + - /private/ - /sites/default/files/private/ - /sites/default/files/config/