Current File : /var/lib/letsencrypt/backups/1746543541.53849/maausk.tech.conf_0
# --- Bloque HTTP 80 (hermano 1) ---
<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>