Skip to content

Commit c21d2e4

Browse files
committed
Update tests
1 parent 9a51465 commit c21d2e4

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

tests/drupal/10/compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ services:
77
NGINX_VHOST_PRESET: drupal10
88
NGINX_SERVER_EXTRA_CONF_FILEPATH: /var/www/html/server.conf
99
NGINX_ALLOW_XML_ENDPOINTS: 1
10+
NGINX_DRUPAL_REMOVE_INDEXPHP: 1
1011
NGINX_LOG_FORMAT_OVERRIDE: '$$http_x_forwarded_for - $$remote_user [$$time_local] "$$request" $$status $$body_bytes_sent "$$http_referer" "$$http_user_agent"'
1112
depends_on:
1213
- drupal

tests/drupal/11/compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ services:
77
NGINX_VHOST_PRESET: drupal11
88
NGINX_SERVER_EXTRA_CONF_FILEPATH: /var/www/html/server.conf
99
NGINX_ALLOW_XML_ENDPOINTS: 1
10+
NGINX_DRUPAL_REMOVE_INDEXPHP: 1
1011
NGINX_LOG_FORMAT_OVERRIDE: '$$http_x_forwarded_for - $$remote_user [$$time_local] "$$request" $$status $$body_bytes_sent "$$http_referer" "$$http_user_agent"'
1112
depends_on:
1213
- drupal

tests/drupal/7/compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ services:
44
environment:
55
NGINX_BACKEND_HOST: drupal
66
NGINX_VHOST_PRESET: drupal7
7+
NGINX_DRUPAL_REMOVE_INDEXPHP: 1
78
NGINX_SERVER_EXTRA_CONF_FILEPATH: /var/www/html/server.conf
89
NGINX_LOG_FORMAT_SHOW_REAL_IP: 1
910
depends_on:

0 commit comments

Comments
 (0)