File: //etc/apache2/sites-enabled/btech-izolacje.pl.conf
<VirtualHost *:8083>
        ServerName btech-izolacje.pl
        ServerAlias www.btech-izolacje.pl
        ServerAdmin firma.dcode@gmail.com
        SuexecUserGroup btech7144 btech7144
        DocumentRoot /home/btech-izolacje.pl/public_html/
        Alias /.well-known/acme-challenge /usr/local/lsws/Example/html/.well-known/acme-challenge
        <Proxy "unix:/var/run/php/btech-izolacje.pl.sock|fcgi://php-fpm-btech7144">
        ProxySet disablereuse=off
        </proxy>
        <FilesMatch \.php$>
                    SetHandler proxy:fcgi://php-fpm-btech7144
        </FilesMatch>
        #CustomLog /home/btech-izolacje.pl/logs/btech-izolacje.pl.access_log combined
        #AddHandler application/x-httpd-php82 .php .php7 .phtml
        
        <Directory /home/btech-izolacje.pl/public_html/>
            Options Indexes FollowSymLinks
            AllowOverride all
            Require all granted
            DirectoryIndex index.html index.php
        </Directory>
</VirtualHost>
<VirtualHost *:8082>
         ServerName btech-izolacje.pl
         ServerAlias www.btech-izolacje.pl
         ServerAdmin firma.dcode@gmail.com
         SuexecUserGroup btech7144 btech7144
         DocumentRoot /home/btech-izolacje.pl/public_html/
         <Proxy "unix:/var/run/php/btech-izolacje.pl.sock|fcgi://php-fpm-btech7144">
            ProxySet disablereuse=off
         </proxy>
         <FilesMatch \.php$>
            SetHandler proxy:fcgi://php-fpm-btech7144
         </FilesMatch>
         #CustomLog /home/btech-izolacje.pl/logs/btech-izolacje.pl.access_log combined
         #AddHandler application/x-httpd-php82 .php .php7 .phtml
         <Directory /home/btech-izolacje.pl/public_html/>
            Options Indexes FollowSymLinks
            AllowOverride all
            Require all granted
            DirectoryIndex index.html index.php
         </Directory>
         SSLEngine on
         SSLVerifyClient none
         SSLCertificateFile /etc/apache2/conf-enabled/.fullchain.pem
         SSLCertificateKeyFile /etc/apache2/conf-enabled/.privkey.pem
</VirtualHost>