From 5f55b40dd64f3454761610e850f082e8ee784456 Mon Sep 17 00:00:00 2001 From: Christopher Date: Sun, 28 Aug 2022 22:30:05 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EDockerfile=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 02ab1f9..9ddf2d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ RUN apt-get update && apt-get install -y --fix-missing nano apache2 php php-cli RUN a2enmod rewrite RUN a2enmod remoteip RUN a2enmod expires +RUN a2enmod http2 RUN rm -r -f /var/www/html/* RUN chown -R www-data:www-data /var/www/html