D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
etc
/
apache2
/
sites-enabled
/
Filename :
jetstreamlive.tv-le-ssl.conf
back
Copy
<IfModule mod_ssl.c> <VirtualHost *:443> <Directory /var/www/vhosts/jetstreamlive.tv/public> Options Indexes FollowSymLinks AllowOverride All Require all granted </Directory> ServerAdmin webmaster@jetstreamlive.tv ServerName jetstreamlive.tv ServerAlias www.jetstreamlive.tv DocumentRoot /var/www/vhosts/jetstreamlive.tv/public/ ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined Include /etc/letsencrypt/options-ssl-apache.conf SSLCertificateFile /etc/letsencrypt/live/jetstreamlive.tv/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/jetstreamlive.tv/privkey.pem </VirtualHost> </IfModule>