Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lamp.sh')
-rw-r--r--lamp.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/lamp.sh b/lamp.sh
index 2d25eb2a..a5c3a71d 100644
--- a/lamp.sh
+++ b/lamp.sh
@@ -75,12 +75,6 @@ SSLStaplingReturnResponderErrors off
SSLStaplingCache shmcb:/var/run/ocsp(128000)
EOF
- cat >> /etc/apache2/apache2.conf <<EOF
-<IfModule mod_headers.c>
- Header always set Strict-Transport-Security "max-age=15768000; includeSubDomains; preload"
-</IfModule>
-EOF
-
# CONFIGURE PHP7
##########################################