Linux lhjmq-records 5.15.0-118-generic #128-Ubuntu SMP Fri Jul 5 09:28:59 UTC 2024 x86_64
Your IP : 3.21.12.122
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerName lhjmq-records.qc.ca
ServerAlias www.lhjmq-records.qc.ca
ServerAdmin webmaster@localhost
DocumentRoot /var/www/lhjmq-records.qc.ca/public_html
<Directory /var/www/lhjmq-records.qc.ca/public_html>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Require all granted
</Directory>
# Header always set Content-Security-Policy "default-src 'self' http: https:"
Header always set Content-Security-Policy "upgrade-insecure-requests;"
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/lhjmq-records.qc.ca/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/lhjmq-records.qc.ca/privkey.pem
</VirtualHost>
</IfModule>
|