File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments