Current File : /var/lib/letsencrypt/backups/1746543541.3517392/maausk.tech-le-ssl.conf_0
<IfModule mod_ssl.c>
<VirtualHost *:80>
    ServerName maausk.tech
    ServerAlias www.maausk.tech

    # Redirige todo a HTTPS
    Redirect permanent / https://maausk.tech/

    ErrorLog ${APACHE_LOG_DIR}/maausk_error.log
    CustomLog ${APACHE_LOG_DIR}/maausk_access.log combined

</VirtualHost>
</IfModule>