From 75bcbab3e6a9e2480c0bb618831b4ce72d687ca7 Mon Sep 17 00:00:00 2001 From: sylvain Date: Thu, 15 May 2025 18:17:48 +0000 Subject: [PATCH] Actualiser src/container_apache.conf --- src/container_apache.conf | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/src/container_apache.conf b/src/container_apache.conf index a71cbb3..4e10429 100644 --- a/src/container_apache.conf +++ b/src/container_apache.conf @@ -1,21 +1,14 @@ ServerName {{DOMAIN}} - Redirect permanent / https://{{DOMAIN}}/ - - - - ServerName {{DOMAIN}} DocumentRoot /var/www/html + + Options Indexes FollowSymLinks AllowOverride All Require all granted - SSLEngine on - SSLCertificateFile /etc/ssl/certs/{{DOMAIN}}.crt - SSLCertificateKeyFile /etc/ssl/private/{{DOMAIN}}.key - ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined - + \ No newline at end of file