36 lines
1.1 KiB
YAML
36 lines
1.1 KiB
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
file:
|
|
# HTTP vhost should have been properly rendered
|
|
/opt/bitnami/apache/conf/vhosts/drupal-vhost.conf:
|
|
exists: true
|
|
filetype: file
|
|
contents:
|
|
- /DocumentRoot.*/opt/bitnami/drupal/
|
|
# HTTPs vhost should have been properly rendered
|
|
/opt/bitnami/apache/conf/vhosts/drupal-https-vhost.conf:
|
|
exists: true
|
|
filetype: file
|
|
contents:
|
|
- "SSLEngine on"
|
|
- /DocumentRoot.*/opt/bitnami/drupal/
|
|
/opt/bitnami/apache/conf/vhosts/htaccess/drupal-htaccess.conf:
|
|
exists: true
|
|
filetype: file
|
|
contents:
|
|
- "Options -Indexes -ExecCGI -Includes -MultiViews"
|
|
- "SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006"
|
|
- "SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003"
|
|
- "php_flag engine off"
|
|
/opt/bitnami/drupal/sites/default/settings.php:
|
|
exists: true
|
|
filetype: file
|
|
contents:
|
|
- "$settings['trusted_host_patterns'] = array('^.*$');"
|
|
/opt/bitnami/php/etc/php.ini:
|
|
exists: true
|
|
filetype: file
|
|
contents:
|
|
- /^memory_limit = 256M/
|