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