Merged in feature/280-dev-dev01 (pull request #21)
auto-patch 280-dev-dev01-2024-01-19T16_41_58 * auto-patch 280-dev-dev01-2024-01-19T16_41_58
This commit is contained in:
25
wp/pantheon.upstream.yml
Normal file
25
wp/pantheon.upstream.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
# IMPORTANT NOTE:
|
||||
# Do not edit this file unless you are doing so in your custom upstream repository.
|
||||
# Override the defaults specified here in a site-specific `pantheon.yml` file.
|
||||
# For more information see: https://pantheon.io/docs/pantheon-upstream-yml
|
||||
api_version: 1
|
||||
php_version: 8.1
|
||||
|
||||
# See https://pantheon.io/docs/pantheon-yml#specify-a-version-of-mariadb
|
||||
database:
|
||||
version: 10.4
|
||||
|
||||
# See https://pantheon.io/docs/pantheon-yml/#enforce-https--hsts for valid values.
|
||||
enforce_https: transitional
|
||||
|
||||
# See https://pantheon.io/docs/pantheon-yml#protected-web-paths for usage.
|
||||
protected_web_paths:
|
||||
- /private/
|
||||
- /wp-content/uploads/private/
|
||||
- /xmlrpc.php
|
||||
|
||||
# By default, any 'protected_web_paths' added to the pantheon.yml file
|
||||
# are combined with the paths from the pantheon.upstream.yml file. If
|
||||
# 'protected_web_paths_override' is set to true, then the upstream paths
|
||||
# are disabled.
|
||||
protected_web_paths_override: false
|
||||
Reference in New Issue
Block a user