Skip to content

Commit 8e450ab

Browse files
committed
Updated include_path value in apache config for Docker image
1 parent 4e2ddf2 commit 8e450ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/os2web/apache/000-default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
CustomLog ${APACHE_LOG_DIR}/access.log combined
2222

2323
php_admin_value open_basedir /opt/drupal:/usr/share/php
24-
php_value include_path .:/var/www/html
24+
php_value include_path .:/opt/drupal
2525

2626
php_value log_errors 1
2727
php_value html_errors 0

0 commit comments

Comments
 (0)