Skip to content

Commit

Permalink
Merge branch 'release/5.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
mblaschke committed May 24, 2016
2 parents 2d59acd + 0342ca8 commit 1083088
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 23 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
PHP Docker Boilerplate Changelog
==================================

5.1.1 - 2016-05-24
------------------
- Fixed Docker image names in Dockerfile.development
- Updated nginx and apache vhost configuration

5.1.0 - 2016-05-23
------------------
- Add support for new WebDevOps Docker images 0.5.0 and up
Expand Down
8 changes: 2 additions & 6 deletions Dockerfile.cloud
Original file line number Diff line number Diff line change
Expand Up @@ -7,39 +7,35 @@
# ubuntu-14.04 -> PHP 5.5 (trusty) LTS
# ubuntu-15.04 -> PHP 5.6 (vivid)
# ubuntu-15.10 -> PHP 5.6 (wily)
# ubuntu-16.04 -> PHP 5.6 and 7.0 (xenial) LTS
# ubuntu-16.04 -> PHP 7.0 (xenial) LTS
# centos-7 -> PHP 5.4
# debian-7 -> PHP 5.4 (wheezy)
# debian-8 -> PHP 5.6 and 7.x (jessie)
# debian-9 -> PHP 5.6 and 7.0 (stretch)
# debian-9 -> PHP 7.0 (stretch)
#
# Apache:
# webdevops/php-apache:ubuntu-12.04
# webdevops/php-apache:ubuntu-14.04
# webdevops/php-apache:ubuntu-15.04
# webdevops/php-apache:ubuntu-15.10
# webdevops/php-apache:ubuntu-16.04
# webdevops/php-apache:ubuntu-16.04-php7
# webdevops/php-apache:centos-7
# webdevops/php-apache:debian-7
# webdevops/php-apache:debian-8
# webdevops/php-apache:debian-8-php7
# webdevops/php-apache:debian-9
# webdevops/php-apache:debian-9-php7
#
# Nginx:
# webdevops/php-nginx:ubuntu-12.04
# webdevops/php-nginx:ubuntu-14.04
# webdevops/php-nginx:ubuntu-15.04
# webdevops/php-nginx:ubuntu-15.10
# webdevops/php-nginx:ubuntu-16.04
# webdevops/php-nginx:ubuntu-16.04-php7
# webdevops/php-nginx:centos-7
# webdevops/php-nginx:debian-7
# webdevops/php-nginx:debian-8
# webdevops/php-nginx:debian-8-php7
# webdevops/php-nginx:debian-9
# webdevops/php-nginx:debian-9-php7
#
# HHVM:
# webdevops/hhvm-apache
Expand Down
8 changes: 2 additions & 6 deletions Dockerfile.development
Original file line number Diff line number Diff line change
Expand Up @@ -7,39 +7,35 @@
# ubuntu-14.04 -> PHP 5.5 (trusty) LTS
# ubuntu-15.04 -> PHP 5.6 (vivid)
# ubuntu-15.10 -> PHP 5.6 (wily)
# ubuntu-16.04 -> PHP 5.6 and 7.0 (xenial) LTS
# ubuntu-16.04 -> PHP 7.0 (xenial) LTS
# centos-7 -> PHP 5.4
# debian-7 -> PHP 5.4 (wheezy)
# debian-8 -> PHP 5.6 and 7.x (jessie)
# debian-9 -> PHP 5.6 and 7.0 (stretch)
# debian-9 -> PHP 7.0 (stretch)
#
# Apache:
# webdevops/php-apache-dev:ubuntu-12.04
# webdevops/php-apache-dev:ubuntu-14.04
# webdevops/php-apache-dev:ubuntu-15.04
# webdevops/php-apache-dev:ubuntu-15.10
# webdevops/php-apache-dev:ubuntu-16.04
# webdevops/php-apache-dev:ubuntu-16.04-php7
# webdevops/php-apache-dev:centos-7
# webdevops/php-apache-dev:debian-7
# webdevops/php-apache-dev:debian-8
# webdevops/php-apache-dev:debian-8-php7
# webdevops/php-apache-dev:debian-9
# webdevops/php-apache-dev:debian-9-php7
#
# Nginx:
# webdevops/php-nginx-dev-dev:ubuntu-12.04
# webdevops/php-nginx-dev-dev:ubuntu-14.04
# webdevops/php-nginx-dev-dev:ubuntu-15.04
# webdevops/php-nginx-dev-dev:ubuntu-15.10
# webdevops/php-nginx-dev-dev:ubuntu-16.04
# webdevops/php-nginx-dev-dev:ubuntu-16.04-php7
# webdevops/php-nginx-dev-dev:centos-7
# webdevops/php-nginx-dev-dev:debian-7
# webdevops/php-nginx-dev-dev:debian-8
# webdevops/php-nginx-dev-dev:debian-8-php7
# webdevops/php-nginx-dev-dev:debian-9
# webdevops/php-nginx-dev-dev:debian-9-php7
#
# HHVM:
# webdevops/hhvm-apache
Expand Down
8 changes: 2 additions & 6 deletions Dockerfile.production
Original file line number Diff line number Diff line change
Expand Up @@ -7,39 +7,35 @@
# ubuntu-14.04 -> PHP 5.5 (trusty) LTS
# ubuntu-15.04 -> PHP 5.6 (vivid)
# ubuntu-15.10 -> PHP 5.6 (wily)
# ubuntu-16.04 -> PHP 5.6 and 7.0 (xenial) LTS
# ubuntu-16.04 -> PHP 7.0 (xenial) LTS
# centos-7 -> PHP 5.4
# debian-7 -> PHP 5.4 (wheezy)
# debian-8 -> PHP 5.6 and 7.x (jessie)
# debian-9 -> PHP 5.6 and 7.0 (stretch)
# debian-9 -> PHP 7.0 (stretch)
#
# Apache:
# webdevops/php-apache:ubuntu-12.04
# webdevops/php-apache:ubuntu-14.04
# webdevops/php-apache:ubuntu-15.04
# webdevops/php-apache:ubuntu-15.10
# webdevops/php-apache:ubuntu-16.04
# webdevops/php-apache:ubuntu-16.04-php7
# webdevops/php-apache:centos-7
# webdevops/php-apache:debian-7
# webdevops/php-apache:debian-8
# webdevops/php-apache:debian-8-php7
# webdevops/php-apache:debian-9
# webdevops/php-apache:debian-9-php7
#
# Nginx:
# webdevops/php-nginx:ubuntu-12.04
# webdevops/php-nginx:ubuntu-14.04
# webdevops/php-nginx:ubuntu-15.04
# webdevops/php-nginx:ubuntu-15.10
# webdevops/php-nginx:ubuntu-16.04
# webdevops/php-nginx:ubuntu-16.04-php7
# webdevops/php-nginx:centos-7
# webdevops/php-nginx:debian-7
# webdevops/php-nginx:debian-8
# webdevops/php-nginx:debian-8-php7
# webdevops/php-nginx:debian-9
# webdevops/php-nginx:debian-9-php7
#
# HHVM:
# webdevops/hhvm-apache
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dockerized TYPO3 project boilerplate

[![latest v5.1.0](https://img.shields.io/badge/latest-v5.1.0-green.svg?style=flat)](https://github.com/webdevops/TYPO3-docker-boilerplate/releases/tag/5.1.0)
[![latest v5.1.1](https://img.shields.io/badge/latest-v5.1.1-green.svg?style=flat)](https://github.com/webdevops/TYPO3-docker-boilerplate/releases/tag/5.1.1)
![License MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/webdevops/typo3-docker-boilerplate.svg)](http://isitmaintained.com/project/webdevops/typo3-docker-boilerplate "Average time to resolve an issue")
[![Percentage of issues still open](http://isitmaintained.com/badge/open/webdevops/typo3-docker-boilerplate.svg)](http://isitmaintained.com/project/webdevops/typo3-docker-boilerplate "Percentage of issues still open")
Expand Down
16 changes: 14 additions & 2 deletions provision/roles/boilerplate-main/templates/apache/vhost.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@

UseCanonicalName Off

Include /opt/docker/etc/httpd/vhost.common.conf
<IfVersion < 2.4>
Include /opt/docker/etc/httpd/vhost.common.d/*.conf
</IfVersion>
<IfVersion >= 2.4>
IncludeOptional /opt/docker/etc/httpd/vhost.common.d/*.conf
</IfVersion>
</VirtualHost>

<VirtualHost *:443>
Expand All @@ -21,7 +26,14 @@
DocumentRoot "{{ vhost.documentRoot|default('<DOCUMENT_ROOT>') }}"

UseCanonicalName Off
Include /opt/docker/etc/httpd/vhost.common.conf

<IfVersion < 2.4>
Include /opt/docker/etc/httpd/vhost.common.d/*.conf
</IfVersion>
<IfVersion >= 2.4>
IncludeOptional /opt/docker/etc/httpd/vhost.common.d/*.conf
</IfVersion>

Include /opt/docker/etc/httpd/vhost.ssl.conf
</VirtualHost>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ server {
fastcgi_read_timeout 1000;
}

include /opt/docker/etc/nginx/vhost.common.conf;
include /opt/docker/etc/nginx/vhost.common.d/*.conf;
}

##############
Expand Down Expand Up @@ -62,7 +62,7 @@ server {
fastcgi_read_timeout 1000;
}

include /opt/docker/etc/nginx/vhost.common.conf;
include /opt/docker/etc/nginx/vhost.common.d/*.conf;
include /opt/docker/etc/nginx/vhost.ssl.conf;
}

Expand Down

0 comments on commit 1083088

Please sign in to comment.