Skip to content

5.1.2

Compare
Choose a tag to compare
@csandanov csandanov released this 07 Aug 11:27
· 2578 commits to master since this release

Changes since 5.1.1

  • Vanilla Drupal updated to 8.5.6
  • PHP:
    • Updated to 7.2.8, 7.1.20, 7.0.31, 5.6.37
    • /var/www/html/vendor/bin added to $PATH
    • Added ~/.bash_profile for wodby user
    • SSH key, crontab and authorized key now can be added via bind mounts
  • Nginx:
    • Image wodby/drupal-nginx has been replaced with wodby/nginx with $NGINX_VHOST_PRESET=drupal8
    • Nginx updated to 1.15.2
    • Rebased to Alpine Linux 3.8
    • Drupal's preset env vars renamed (old names still supported):
      NGINX_STATIC_CONTENT_* => NGINX_STATIC_*
      NGINX_ALLOW_XML_ENDPOINTS => NGINX_DRUPAL_ALLOW_XML_ENDPOINTS
      NGINX_XMLRPC_SERVER_NAME => NGINX_DRUPAL_XMLRPC_SERVER_NAME
      NGINX_DRUPAL_TRACK_UPLOADS => NGINX_TRACK_UPLOADS
      
    • New env vars NGINX_ERROR_PAGE_ to customize 403/404 pages location
    • Extended list of static files extensions (see README)
    • New env vars NGINX_STATIC_ to control settings for handling static content
    • New env var NGINX_ALLOW_ACCESS_HIDDEN_FILES to control access to files starting with a dot
    • Added pseudo-streaming server-side for .flv, .mp4, .mov, m4a files
    • Env vars NGINX_STATIC_MP4_* for mp4 streaming configuration
    • Updated default values for open_file_cache settings
    • Default expires for static content set to 7d by default
  • Apache:
    • Image wodby/php-apache has been replaced with wodby/apache with $APACHE_VHOST_PRESET=php
    • Env var APACHE_SERVER_ROOT renamed to APACHE_DOCUMENT_ROOT (old name still supported)
    • MPM modules are now shared and can be changed (event is still the default)

Update instructions

Update your .env and docker-compose.yml files