Skip to content

Commit 435cbc6

Browse files
authored
Update bubbly_extensionless-php.conf
1 parent f8f67fb commit 435cbc6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

nginx-config/location/bubbly_extensionless-php.conf

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ location ~ \.php$ {
1717

1818
# [OPTION] Specify PHP version for Socket.
1919

20-
# Option 1. [DEFAULT] PHP 7.3
20+
# Option 1. [DEFAULT] PHP 7.4
21+
# Supported until 2022-11-28
22+
fastcgi_pass unix:/run/php/php7.4-fpm.sock;
23+
24+
# Option 2. PHP 7.3
2125
# Supported until 2021-12-06
22-
fastcgi_pass unix:/run/php/php7.3-fpm.sock;
26+
#fastcgi_pass unix:/run/php/php7.3-fpm.sock;
2327

24-
# Option 2. PHP 7.2
28+
# Option 3. PHP 7.2
2529
# Supported until 2020-11-30
2630
#fastcgi_pass unix:/run/php/php7.2-fpm.sock;
27-
28-
# Option 3. PHP 7.1
29-
# Supported until 2019-12-01
30-
#fastcgi_pass unix:/run/php/php7.1-fpm.sock;
3131

3232
# [OPTION] Specify time to wait in seconds for PHP to respond
3333
# [DEFAULT] 10 10 60

0 commit comments

Comments
 (0)