From 5cf712dd228b5c8f82cc9f87e4a842ce67e7d11b Mon Sep 17 00:00:00 2001 From: Pascal Date: Mon, 8 Feb 2021 23:04:12 +0100 Subject: [PATCH] set correct fpm sock --- templates/nginx.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/nginx.cfg b/templates/nginx.cfg index 7ba244c..a6e8bac 100644 --- a/templates/nginx.cfg +++ b/templates/nginx.cfg @@ -12,7 +12,7 @@ server { location ~ \.php$ { include snippets/fastcgi-php.conf; - fastcgi_pass unix:/var/run/php/php-fpm.sock; + fastcgi_pass unix:/var/run/php/php7.3-fpm.sock; } # Rewrite the old path yyyy/mm/dd/ to /images/