From f9514fa62606ef19a25a0c3ef4b5e01e2d968534 Mon Sep 17 00:00:00 2001 From: Tobias Strobel Date: Tue, 14 Mar 2023 10:04:22 +0000 Subject: [PATCH] Update php-handler to php8.1 socket --- nextcloud/http.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/http.conf b/nextcloud/http.conf index 346b3d7..06e027f 100644 --- a/nextcloud/http.conf +++ b/nextcloud/http.conf @@ -1,5 +1,5 @@ upstream php-handler { - server unix:/run/php/php8.0-fpm.sock; + server unix:/run/php/php8.1-fpm.sock; } server { listen 80 default_server;