update to php8.1-fpm

This commit is contained in:
matidau
2024-08-02 16:11:03 +10:00
parent 1ad9ad66c4
commit 5b3d8fe4db
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -7,6 +7,6 @@
## your own --- please do not ask for help from us.
upstream php-fpm {
server unix:/var/run/php/php8.0-fpm.sock;
server unix:/var/run/php/php8.1-fpm.sock;
}