File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ The Lychee gallery has a few system requirements. You will need to make sure you
99 - MySQL _(version > 5.7.8)_ / MariaDB _(version > 10.2)_
1010 - PostgreSQL _(version > 9.2)_
1111 - Lychee's inbuilt SQLite3 support
12- - PHP >= 8.3 with these PHP extensions:
12+ - PHP >= 8.4 with these PHP extensions:
1313 - bcmath
1414 - ctype
1515 - dom
@@ -205,7 +205,7 @@ server {
205205 fastcgi_param HTTP_PROXY "";
206206
207207 ######### Make sure this is the correct socket for your system
208- fastcgi_pass unix:/run/php/php8.3 -fpm.sock;
208+ fastcgi_pass unix:/run/php/php8.4 -fpm.sock;
209209 fastcgi_index index.php;
210210 ######## You may need to replace $document_root with the absolute path to your public folder.
211211 fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
You can’t perform that action at this time.
0 commit comments