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