summaryrefslogtreecommitdiffstats
path: root/debian/apache2.postinst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 07:22:08 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 07:22:08 +0000
commitd5beab8859161732a2b7bbd0be82d7654387ebb2 (patch)
treed5626910df1bfc807d68f17d3392a05f150df39e /debian/apache2.postinst
parentSetting Content-Security-Policy to "default-src https: 'self'; style-src http... (diff)
downloadapache2-d5beab8859161732a2b7bbd0be82d7654387ebb2.tar.xz
apache2-d5beab8859161732a2b7bbd0be82d7654387ebb2.zip
Setting HSTS options to "max-age=63072000; includeSubDomains; preload".
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/apache2.postinst')
-rw-r--r--debian/apache2.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/apache2.postinst b/debian/apache2.postinst
index 4e49e9f..06cae04 100644
--- a/debian/apache2.postinst
+++ b/debian/apache2.postinst
@@ -56,7 +56,7 @@ enable_default_conf()
if is_fresh_install $@ ; then
for conf in charset localized-error-pages other-vhosts-access-log \
security serve-cgi-bin \
- csp ; do
+ csp hsts ; do
a2enconf -m -q $conf
done
fi