File tree 1 file changed +13
-9
lines changed 1 file changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,19 @@ upstream php_sockets {
3
3
# [OPTION] Specify PHP version for Socket.
4
4
# Support from https://www.php.net/supported-versions.php
5
5
6
- # Option 1. [DEFAULT] PHP 8.0
7
- # Supported until 2023 -11-26
8
- server unix:/var/run/php/php8.0 -fpm.sock;
6
+ # Option 1. [DEFAULT] PHP 8.3
7
+ # Supported until 2026 -11-23
8
+ server unix:/var/run/php/php8.3 -fpm.sock;
9
9
10
- # Option 2. [FALLBACK] PHP 7.4
11
- # Supported until 2022-11-28
12
- server unix:/var/run/php/php7.4-fpm.sock backup;
10
+ # Option 2. [DISABLED] PHP 8.2
11
+ # Supported until 2025-12-08
12
+ #server unix:/var/run/php/php8.2-fpm.sock;
13
+
14
+ # Option 3. [DISABLED] PHP 8.1
15
+ # Supported until 2024-11-25
16
+ #server unix:/var/run/php/php8.1-fpm.sock;
17
+
18
+ # [OPTION] Specify backup socket for PHP.
19
+ #server unix:/var/run/php/php8.3-fpm.sock backup;
13
20
14
- # Option 3. [DISABLED] PHP 7.3
15
- # Supported until 2021-12-06
16
- #server unix:/run/php/php7.3-fpm.sock backup;
17
21
}
You can’t perform that action at this time.
0 commit comments