Skip to content

Commit

Permalink
Merge pull request #21 from devilbox/release-0.26
Browse files Browse the repository at this point in the history
Update to latest vhost-gen version
  • Loading branch information
cytopia authored Jan 6, 2019
2 parents e338b71 + 997b20d commit 221a1f9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LABEL \
###
### Build arguments
###
ARG VHOST_GEN_GIT_REF=0.12
ARG VHOST_GEN_GIT_REF=0.13
ARG CERT_GEN_GIT_REF=0.2

ENV BUILD_DEPS \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ It offers pre-configured mass virtual hosts and an intranet.

It allows any of the following combinations:

* PHP 5.4, PHP 5.5, PHP 5.6, PHP 7.0, PHP 7.1 and HHVM
* PHP 5.2, 5.3, 5.4, PHP 5.5, PHP 5.6, PHP 7.0, PHP 7.1, 7.2, 7.3 and 7.4
* MySQL 5.5, MySQL 5.6, MySQL 5.7, MariaDB 5 and MariaDB 10
* Apache 2.2, Apache 2.4, Nginx stable and Nginx mainline
* And more to come...
Expand Down
1 change: 1 addition & 0 deletions data/vhost-gen/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ vhost:
- index.htm
# SSL Definition
ssl:
http2: True
dir_crt: /etc/httpd/cert/main
dir_key: /etc/httpd/cert/main
protocols: 'TLSv1 TLSv1.1 TLSv1.2'
Expand Down
1 change: 1 addition & 0 deletions data/vhost-gen/mass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ vhost:
- index.htm
# SSL Definition
ssl:
http2: True
dir_crt: /etc/httpd/cert/mass
dir_key: /etc/httpd/cert/mass
protocols: 'TLSv1 TLSv1.1 TLSv1.2'
Expand Down

0 comments on commit 221a1f9

Please sign in to comment.