Skip to content

Commit 32d31fb

Browse files
add headers
1 parent 6cd0ead commit 32d31fb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV DEBIAN_FRONTEND="noninteractive" \
1010
SHFILE="/etc/apache2/file.sh" \
1111
PAGESPEED="true" \
1212
LIBMOD="re2c" \
13-
APAMOD="cache,rewrite,ssl" \
13+
APAMOD="cache,rewrite,ssl,headers" \
1414
APDMOD="autoindex" \
1515
PHPMOD="bcmath,bz2,intl,gd,mbstring,mysql,zip" \
1616
PEAMOD="xdiff-beta"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Github project : [monkey-company/php-apache-certbot](https://github.com/monkey-c
2828
- SHFILE : ``` /etc/apache2/file.sh ``` additionnal script for cron or other
2929
- PAGESPEED : ``` false ``` install google pagespeed module apache
3030
- LIBMOD : ``` re2c ``` additionnal dependencies
31-
- APAMOD : ``` cache,rewrite,ssl ``` apache2 modules
31+
- APAMOD : ``` cache,rewrite,ssl,headers ``` apache2 modules
3232
- ADPMOD : ``` autoindex ``` apache2 disable modules
3333
- PHPMOD : ``` bcmath,bz2,intl,gd,mbstring,mysql,zip ``` php modules
3434
- PEAMOD : ``` xdiff ``` pear packages
@@ -64,7 +64,7 @@ php-apache-certbot:
6464
6565
PAGESPEED: 'true'
6666
LIBMOD: 're2c'
67-
APAMOD: 'cache,rewrite,ssl'
67+
APAMOD: 'cache,rewrite,ssl,headers'
6868
APDMOD: 'autoindex'
6969
PHPMOD: 'bcmath,bz2,intl,gd,mbstring,mysql,zip'
7070
PEAMOD: 'xdiff'

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ php-apache-certbot:
88
99
PAGESPEED: 'true'
1010
LIBMOD: 're2c'
11-
APAMOD: 'cache,rewrite,ssl'
11+
APAMOD: 'cache,rewrite,ssl,headers'
1212
APDMOD: 'autoindex'
1313
PHPMOD: 'bcmath,bz2,intl,gd,mbstring,mysql,zip'
1414
PEAMOD: 'xdiff'

0 commit comments

Comments
 (0)