Skip to content

Commit

Permalink
Pre-enable common apache modules, fixes #1672 (#1675)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Jun 28, 2019
1 parent 4a94ab7 commit 089eb3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion containers/ddev-webserver/Dockerfile
Expand Up @@ -140,7 +140,7 @@ RUN touch /var/log/nginx/error.log /var/log/nginx/access.log /var/log/php-fpm.lo

RUN for v in $PHP_VERSIONS; do a2dismod $v; done
RUN a2dismod mpm_event
RUN a2enmod ssl
RUN a2enmod ssl headers expires

# ssh is very particular about permissions in ~/.ssh
RUN chmod -R go-w /home/.ssh
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Expand Up @@ -45,7 +45,7 @@ var DockerComposeFileFormatVersion = "3.6"
var WebImg = "drud/ddev-webserver"

// WebTag defines the default web image tag for drud dev
var WebTag = "v1.9.0" // Note that this can be overridden by make
var WebTag = "20190626_apache" // Note that this can be overridden by make

// DBImg defines the default db image used for applications.
var DBImg = "drud/ddev-dbserver"
Expand Down

0 comments on commit 089eb3d

Please sign in to comment.