Skip to content

Commit 4e2ddf2

Browse files
committed
Adjusted apached configuration
1 parent 2738ba5 commit 4e2ddf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# match this virtual host. For the default virtual host (this file) this
77
# value is not decisive as it is used as a last resort host regardless.
88
# However, you must set it for any further virtual host explicitly.
9-
ServerName example.com
9+
#ServerName example.com
1010

1111
ServerAdmin webmaster@localhost
1212
DocumentRoot /var/www/html
@@ -20,7 +20,7 @@
2020
ErrorLog ${APACHE_LOG_DIR}/error.log
2121
CustomLog ${APACHE_LOG_DIR}/access.log combined
2222

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

2626
php_value log_errors 1

0 commit comments

Comments
 (0)