From e695da50b2605bb4aa2b9f203f1c926e13b7fa9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=91cze=20Bence?= Date: Wed, 27 Sep 2023 21:29:21 +0200 Subject: [PATCH] fixup! update ubuntu to 22.04 and php to 8.1 --- docker/configs/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/configs/nginx.conf b/docker/configs/nginx.conf index 1d253b9..a0bfb54 100644 --- a/docker/configs/nginx.conf +++ b/docker/configs/nginx.conf @@ -18,7 +18,7 @@ server { location ~ \.php$ { include snippets/fastcgi-php.conf; - fastcgi_pass unix:/var/run/php/php7.4-fpm.sock; + fastcgi_pass unix:/var/run/php/php8.1-fpm.sock; fastcgi_param REQUEST_SCHEME $forwarded_scheme; }