Current File : //proc/960276/root/etc/apache2/sites-enabled/prestashop.maausk.tech.conf
<VirtualHost *:80>
    DocumentRoot "/var/www/prestashop"
    ServerName prestashop.maausk.tech
    <Directory "/var/www/prestashop">
        AllowOverride All
        Require all granted
    </Directory>
    RewriteEngine on
    RewriteCond %{SERVER_NAME} =prestashop.maausk.tech
    RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>