1
0
Fork 0

Enabling rewrite http to https.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-26 07:47:19 +02:00
parent c59690bc4e
commit d302b02085
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424

View file

@ -4,6 +4,8 @@
DocumentRoot /var/www/html
Include /etc/apache2/conf-available/rewrite-http-to-https.conf
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>