diff --git a/README.md b/README.md index dce78e2f9..6b304eecd 100644 --- a/README.md +++ b/README.md @@ -462,11 +462,15 @@ The Devilbox has everything setup for you. The only thing you will have to insta - + + + + + - + diff --git a/docker-compose.yml b/docker-compose.yml index e48345c29..18947b688 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -210,7 +210,7 @@ services: # Web Server # ------------------------------------------------------------ httpd: - image: devilbox/${HTTPD_SERVER}:0.28 + image: devilbox/${HTTPD_SERVER}:0.29 hostname: httpd environment:
:star: HTTP/2 support:star: HTTPS supportHTTPS is available by default for all projects and the bundled Intranet.
:star: HTTP/2 support All HTTPS connections will offer HTTP/2 as the default protocol, except for Apache 2.2 which does not support it.
:star: Auto virtual hosts:star: Auto virtual hosts New virtual hosts are created automatically and instantly whenever you add a project directory. This is done internally via vhost-gen and watcherd.