Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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;
Expand Down