Skip to content

Commit

Permalink
Adjusted apached configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
andriyun committed Feb 2, 2021
1 parent 2738ba5 commit 4e2ddf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker/os2web/apache/000-default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# match this virtual host. For the default virtual host (this file) this
# value is not decisive as it is used as a last resort host regardless.
# However, you must set it for any further virtual host explicitly.
ServerName example.com
#ServerName example.com

ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
Expand All @@ -20,7 +20,7 @@
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined

php_admin_value open_basedir /var/www/html:/usr/share/php
php_admin_value open_basedir /opt/drupal:/usr/share/php
php_value include_path .:/var/www/html

php_value log_errors 1
Expand Down

0 comments on commit 4e2ddf2

Please sign in to comment.