We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e06aea commit 1ab3bbcCopy full SHA for 1ab3bbc
1 file changed
README.md
@@ -47,7 +47,7 @@ In order to deploy the app in this repo you need to follow these steps:
47
48
## Requirements
49
50
-- php >= 7.4
+- php >= 8.4
51
- MySQL
52
53
@@ -100,7 +100,7 @@ server {
100
location ~ \.php$ {
101
fastcgi_split_path_info ^(.+\.php)(/.+)$;
102
# # With php7-fpm:
103
- fastcgi_pass unix:/var/run/php7-fpm-reports.sock;
+ fastcgi_pass unix:/var/run/php8.4-fpm-reports.sock;
104
fastcgi_index index.php;
105
include fastcgi_params;
106
}
0 commit comments