File: //proc/1703806/root/etc/apache2/sites-enabled/alfabetizaciondigital.bradfordsc.conf
<VirtualHost *:80>
ServerName alfabetizaciondigital.bradfordsc.cl
DocumentRoot /var/www/wp_alfabetizaciondigital
<Directory /var/www/wp_alfabetizaciondigital>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/alfabetizaciondigital_error.log
CustomLog ${APACHE_LOG_DIR}/alfabetizaciondigital_access.log combined
</VirtualHost>
<VirtualHost *:443>
ServerName alfabetizaciondigital.bradfordsc.cl
DocumentRoot /var/www/wp_alfabetizaciondigital
<Directory /var/www/wp_alfabetizaciondigital>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
SSLEngine on
SSLCertificateFile /etc/ssl/bradfordsc/bradfordsc_cl.crt
SSLCertificateKeyFile /etc/ssl/bradfordsc/bradfordsc_cl.key
SSLCertificateChainFile /etc/ssl/bradfordsc/bradfordsc_cl.ca-bundle
ErrorLog ${APACHE_LOG_DIR}/alfabetizaciondigital_ssl_error.log
CustomLog ${APACHE_LOG_DIR}/alfabetizaciondigital_ssl_access.log combined
</VirtualHost>