We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64d8fb8 commit eaaf3f1Copy full SHA for eaaf3f1
Dockerfile
@@ -39,7 +39,7 @@ COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
39
ENV COMPOSER_ALLOW_SUPERUSER=1
40
41
COPY ports.conf logs.conf /etc/apache2/conf-enabled/
42
-RUN a2enmod rewrite unique_id
+RUN a2enmod rewrite unique_id headers
43
EXPOSE 8080
44
45
USER www-data:www-data
0 commit comments