<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerName webapp69.cm.in.th
	ServerAdmin webmaster@localhost
	DocumentRoot /home/webapp69.cm.in.th/
   <Directory /home/webapp69.cm.in.th>
        Options Indexes FollowSymlinks
        AllowOverride all
        Require all granted
        AddDefaultCharset off
    </Directory>

	ErrorLog ${APACHE_LOG_DIR}/webapp69.cm.in.th.error.log
	CustomLog ${APACHE_LOG_DIR}/webapp69.cm.in.th.access.log combined


SSLCertificateFile /etc/letsencrypt/live/webapp69.cm.in.th/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/webapp69.cm.in.th/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
</VirtualHost>
</IfModule>
