Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 3df8c82

Browse files
authored
Merge pull request #29 from informeren/enable-mod-headers
Enable the mod_headers module
2 parents 9d6627e + 98a88ed commit 3df8c82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN \
1919
a2enmod remoteip && \
2020
a2enmod expires && \
2121
a2enmod ssl && \
22+
a2enmod headers && \
2223
a2ensite ssl && \
2324
a2enconf allow-override-all && \
2425
a2enconf php-fpm

0 commit comments

Comments
 (0)