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