diff --git a/docs/installation.md b/docs/installation.md index 60ad892..ba4c8c0 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -9,7 +9,7 @@ The Lychee gallery has a few system requirements. You will need to make sure you - MySQL _(version > 5.7.8)_ / MariaDB _(version > 10.2)_ - PostgreSQL _(version > 9.2)_ - Lychee's inbuilt SQLite3 support -- PHP >= 8.3 with these PHP extensions: +- PHP >= 8.4 with these PHP extensions: - bcmath - ctype - dom @@ -205,7 +205,7 @@ server { fastcgi_param HTTP_PROXY ""; ######### Make sure this is the correct socket for your system - fastcgi_pass unix:/run/php/php8.3-fpm.sock; + fastcgi_pass unix:/run/php/php8.4-fpm.sock; fastcgi_index index.php; ######## You may need to replace $document_root with the absolute path to your public folder. fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;