Skip to content
Snippets Groups Projects
Commit 5dd9e496 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

ad apache headers module by default

parent 6aef7bbc
Branches
No related tags found
1 merge request!7Replace docker compose
...@@ -2,7 +2,9 @@ ...@@ -2,7 +2,9 @@
# #
# settings for init.sh and base values for replacements in template files # settings for init.sh and base values for replacements in template files
# This script is sourced by init.sh ... this file is bash syntax # This script is sourced by init.sh ... this file is bash syntax
# #
# DOCS: https://os-docs.iml.unibe.ch/docker-php-starterkit/Configuration/init.sh.cfg.html
#
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
# 2021-12-17 <axel.hahn@iml.unibe.ch> # 2021-12-17 <axel.hahn@iml.unibe.ch>
# ====================================================================== # ======================================================================
...@@ -14,8 +16,9 @@ APP_PORT=8001 ...@@ -14,8 +16,9 @@ APP_PORT=8001
APP_APT_PACKAGES="git unzip zip" APP_APT_PACKAGES="git unzip zip"
#APP_APACHE_MODULES="rewrite" # headers is needed to set security headers.
APP_APACHE_MODULES="" # APP_APACHE_MODULES="headers rewrite"
APP_APACHE_MODULES="headers"
APP_PHP_VERSION=8.2 APP_PHP_VERSION=8.2
# APP_PHP_MODULES="curl pdo_mysql mbstring xml zip xdebug" # APP_PHP_MODULES="curl pdo_mysql mbstring xml zip xdebug"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment