From 435cbc60b612ecd49028fad220486b3713cfc6a1 Mon Sep 17 00:00:00 2001 From: Lewis Goddard Date: Thu, 2 Apr 2020 22:18:14 +0100 Subject: [PATCH] Update bubbly_extensionless-php.conf --- .../location/bubbly_extensionless-php.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/nginx-config/location/bubbly_extensionless-php.conf b/nginx-config/location/bubbly_extensionless-php.conf index 58d2d6f..7ee6f10 100644 --- a/nginx-config/location/bubbly_extensionless-php.conf +++ b/nginx-config/location/bubbly_extensionless-php.conf @@ -17,17 +17,17 @@ location ~ \.php$ { # [OPTION] Specify PHP version for Socket. - # Option 1. [DEFAULT] PHP 7.3 + # Option 1. [DEFAULT] PHP 7.4 + # Supported until 2022-11-28 + fastcgi_pass unix:/run/php/php7.4-fpm.sock; + + # Option 2. PHP 7.3 # Supported until 2021-12-06 - fastcgi_pass unix:/run/php/php7.3-fpm.sock; + #fastcgi_pass unix:/run/php/php7.3-fpm.sock; - # Option 2. PHP 7.2 + # Option 3. PHP 7.2 # Supported until 2020-11-30 #fastcgi_pass unix:/run/php/php7.2-fpm.sock; - - # Option 3. PHP 7.1 - # Supported until 2019-12-01 - #fastcgi_pass unix:/run/php/php7.1-fpm.sock; # [OPTION] Specify time to wait in seconds for PHP to respond # [DEFAULT] 10 10 60