/mnt/backup/etc/sites-available
Edit: /mnt/backup/etc/sites-available/000-default-le-ssl-le-ssl.conf (1449B)
ServerName p4ela.kz
ServerAlias www.p4ela.kz
ServerAdmin webmaster@p4ela.kz
DocumentRoot /var/www/p4ela.kz/www
ErrorLog ${APACHE_LOG_DIR}/error_p4ela_kz_ssl.log
CustomLog ${APACHE_LOG_DIR}/access_p4ela_kz_ssl.log combined
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} =p4ela.kz
# RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
Include /etc/letsencrypt/options-ssl-apache.conf
ServerAlias www.p4ela.net
SSLCertificateFile /etc/letsencrypt/live/www.p4ela.net-0001/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/www.p4ela.net-0001/privkey.pem
ServerName p4ela.net
ServerAlias www.p4ela.net
ServerAdmin webmaster@p4ela.net
DocumentRoot /var/www/p4ela.net/www
ErrorLog ${APACHE_LOG_DIR}/error_p4ela_net_ssl.log
CustomLog ${APACHE_LOG_DIR}/access_p4ela_net_ssl.log combined
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} =p4ela.net
# RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]