From c572ea39b42d6ff320efc5f83b668eefe5a02777 Mon Sep 17 00:00:00 2001 From: casjay Date: Thu, 1 Aug 2024 16:12:45 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20Added:=20configs/apache2/vhosts.d/d?= =?UTF-8?q?efault.ssl.conf=20=E2=9E=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added: configs/apache2/vhosts.d/default.ssl.conf --- configs/apache2/vhosts.d/default.ssl.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/apache2/vhosts.d/default.ssl.conf b/configs/apache2/vhosts.d/default.ssl.conf index a44fb3c..8137826 100644 --- a/configs/apache2/vhosts.d/default.ssl.conf +++ b/configs/apache2/vhosts.d/default.ssl.conf @@ -1,7 +1,7 @@ # Default host for SSL SSLEngine on -DocumentRoot "REPLACE_SERVER_DIR" +DocumentRoot "REPLACE_SERVER_WWW_DIR" SSLCertificateFile /config/ssl/server.crt SSLCertificateKeyFile /config/ssl/server.key Header always set Strict-Transport-Security "max-age=31536000; preload"