Skip to content

Commit eaaf3f1

Browse files
committed
fix: mod headers
1 parent 64d8fb8 commit eaaf3f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
3939
ENV COMPOSER_ALLOW_SUPERUSER=1
4040

4141
COPY ports.conf logs.conf /etc/apache2/conf-enabled/
42-
RUN a2enmod rewrite unique_id
42+
RUN a2enmod rewrite unique_id headers
4343
EXPOSE 8080
4444

4545
USER www-data:www-data

0 commit comments

Comments
 (0)