File: //opt/bad/dev1.srv.4kls.com-le-ssl.conf
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerName dev2.srv.4kls.com
DocumentRoot /home/safarimaris/home/safarimaris/frontend/web
<Directory /home/safarimaris/home/safarimaris/frontend/web>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
<FilesMatch \.php$>
SetHandler "proxy:unix:/usr/local/php5.6/var/run/php-fpm.sock|fcgi://localhost"
</FilesMatch>
ErrorLog ${APACHE_LOG_DIR}/safarimaris.com-error.log
CustomLog ${APACHE_LOG_DIR}/safarimaris.com-access.log combined
SSLCertificateFile /etc/letsencrypt/live/dev2.srv.4kls.com/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/dev2.srv.4kls.com/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
</VirtualHost>
</IfModule>