-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpantheon.yml
More file actions
24 lines (18 loc) · 833 Bytes
/
Copy pathpantheon.yml
File metadata and controls
24 lines (18 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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.2
# See https://pantheon.io/docs/pantheon-yml/#enforce-https--hsts for valid values.
enforce_https: full+subdomains
# 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