Skip to content

Commit 82c64e8

Browse files
authored
Update deployment.md to set PHP8.2 by default (#9110)
1 parent aaa7ed8 commit 82c64e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ server {
7676
error_page 404 /index.php;
7777
7878
location ~ \.php$ {
79-
fastcgi_pass unix:/var/run/php/php8.1-fpm.sock;
79+
fastcgi_pass unix:/var/run/php/php8.2-fpm.sock;
8080
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
8181
include fastcgi_params;
8282
}

0 commit comments

Comments
 (0)