We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2738ba5 commit 4e2ddf2Copy full SHA for 4e2ddf2
.docker/os2web/apache/000-default.conf
@@ -6,7 +6,7 @@
6
# match this virtual host. For the default virtual host (this file) this
7
# value is not decisive as it is used as a last resort host regardless.
8
# However, you must set it for any further virtual host explicitly.
9
- ServerName example.com
+ #ServerName example.com
10
11
ServerAdmin webmaster@localhost
12
DocumentRoot /var/www/html
@@ -20,7 +20,7 @@
20
ErrorLog ${APACHE_LOG_DIR}/error.log
21
CustomLog ${APACHE_LOG_DIR}/access.log combined
22
23
- php_admin_value open_basedir /var/www/html:/usr/share/php
+ php_admin_value open_basedir /opt/drupal:/usr/share/php
24
php_value include_path .:/var/www/html
25
26
php_value log_errors 1
0 commit comments