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