Skip to content

Commit 1ab3bbc

Browse files
committed
Update the PHP version on the README + fpm
1 parent 0e06aea commit 1ab3bbc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ In order to deploy the app in this repo you need to follow these steps:
4747

4848
## Requirements
4949

50-
- php >= 7.4
50+
- php >= 8.4
5151
- MySQL
5252

5353

@@ -100,7 +100,7 @@ server {
100100
location ~ \.php$ {
101101
fastcgi_split_path_info ^(.+\.php)(/.+)$;
102102
# # With php7-fpm:
103-
fastcgi_pass unix:/var/run/php7-fpm-reports.sock;
103+
fastcgi_pass unix:/var/run/php8.4-fpm-reports.sock;
104104
fastcgi_index index.php;
105105
include fastcgi_params;
106106
}

0 commit comments

Comments
 (0)