File: //etc/apache2/sites-available/sports-crowd-central.teky.com.co-le-ssl.conf
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerAlias sports-crowd-central.teky.com.co
DocumentRoot /var/www/vhost/disk-apps/sports-crowd-central.teky.com.co/public
<Directory /var/www/vhost/disk-apps/sports-crowd-central.teky.com.co>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
RewriteEngine on
# Some rewrite rules in this file were disabled on your HTTPS site,
# because they have the potential to create redirection loops.
# RewriteCond %{SERVER_NAME} =sports-crowd-central.teky.com.co
# RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
SSLCertificateFile /etc/letsencrypt/live/sports-crowd-central.teky.com.co/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/sports-crowd-central.teky.com.co/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
</VirtualHost>
</IfModule>