File: //etc/apache2/sites-enabled/demo.sports-crowd.com-le-ssl.conf
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerAlias demo.sports-crowd.com
DocumentRoot /var/www/vhost/disk-apps/demo.sports-crowd.com/public
<Directory /var/www/vhost/disk-apps/demo.sports-crowd.com>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
#<FilesMatch \.php$>
# For Apache version 2.4.10 and above, use SetHandler to run PHP as a fastCGI process server
# SetHandler "proxy:unix:/run/php/php8.0-fpm.sock|fcgi://localhost"
#</FilesMatch>
RewriteEngine on
SSLCertificateFile /etc/letsencrypt/live/demo.sports-crowd.com/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/demo.sports-crowd.com/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
</VirtualHost>
</IfModule>