Current File : /var/lib/letsencrypt/backups/1748423838.9910026/prestashop.maausk.tech-le-ssl.conf_5
<IfModule mod_ssl.c>
<VirtualHost *:80>
    DocumentRoot "/var/www/prestashop"
    ServerName prestashop.maausk.tech
    <Directory "/var/www/vinorea">
        Options None
        Require all granted
    </Directory>
    RewriteEngine on
# Some rewrite rules in this file were disabled on your HTTPS site,
# because they have the potential to create redirection loops.

#     RewriteCond %{SERVER_NAME} =prestashop.maausk.tech
#     RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]

</VirtualHost>
</IfModule>