Account created on 23 August 2023, over 1 year ago
#

Recent comments

you can switch php version using `update-alternatives`. If you are using nginx you may specify the version using

    location ~ \.php$ {
        fastcgi_index index.php;
        fastcgi_pass unix:/var/run/php/php8.1-fpm.sock;
   }
Production build 0.71.5 2024