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