File: //etc/apache2/sites-enabled/arji-robi.conf
<VirtualHost *:80>
ServerName arji-robi.be
ServerAlias www.arji-robi.be
CustomLog ${APACHE_LOG_DIR}/arji-robi.access combined
ErrorLog ${APACHE_LOG_DIR}/arji-robi.error
DocumentRoot /home/florin/sites/arji-robi/current/public
SetEnvIf X-Forwarded-Proto https HTTPS=on
SetEnv HTTPS on
DirectoryIndex index.php index.html index.htm
<Directory "/home/florin/sites/arji-robi/current/public">
Options FollowSymLinks
AllowOverride All
Require all granted
</Directory>
<FilesMatch \.php$>
SetHandler "proxy:unix:/run/php/php7.4-fpm-florin.sock|fcgi://localhost"
</FilesMatch>
</VirtualHost>