Skip to content

Commit

Permalink
Update bubbly_extensionless-php.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisgoddard authored Apr 2, 2020
1 parent f8f67fb commit 435cbc6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions nginx-config/location/bubbly_extensionless-php.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 435cbc6

Please sign in to comment.