Changes since 5.0.1
- New make actions added:
make wp [cmd]
(runs with--path /var/www/html/
) andmake logs [svc]
- Apache:
- Updated to 2.4.33 (security update)
- New environment variable
APACHE_INCLUDE_CONF
to override virtual host config #29 - New environment variable
APACHE_LIMITED_ACCESS
to removeRequire all granted
when you need to limit access by IP
- PHP:
- GRPC extension updated to 1.10.0
- Added environment variables
PHP_SESSION_
for session runtime configuration wodby/drupal-php#53
- MariaDB updated to 10.2.14, 10.1.32
Update instructions
- Update the following tags in your
.env
file:$PHP_TAG
,$APACHE_TAG
,$MARIADB_TAG
- Update your
Makefile
to get new make commands