From 48fb8c5909faf2372311f121ff028297337e9389 Mon Sep 17 00:00:00 2001 From: cytopia Date: Sun, 3 Mar 2019 16:12:05 +0100 Subject: [PATCH 1/2] Fixes #356 Set client_max_body_size to 0 for Nginx to be in line with Apache --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: From 489695268f23a179654dc81cd46a7dbe52e70da5 Mon Sep 17 00:00:00 2001 From: cytopia Date: Sun, 3 Mar 2019 16:31:03 +0100 Subject: [PATCH 2/2] Add info about HTTPS --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 - + + + + + - +
: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.