Skip to content

Commit

Permalink
Release 7.0.7 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Jul 19, 2022
1 parent 68567b0 commit 1876b23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 7.0.7 2022-07-18 <dave at tiredofit dot ca>

### Changed
- Fix for keepalives in upstream


## 7.0.6 2022-07-09 <dave at tiredofit dot ca>

### Changed
Expand Down
2 changes: 1 addition & 1 deletion install/assets/functions/20-php-fpm
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ phpfpm_configure_nginx() {

php_fpm_hosts=$(echo "${PHP_FPM_HOST}" | tr "," "\n")
echo "upstream php-fpm-upstream {" >> /etc/nginx/snippets/php-fpm-upstream.conf
echo " ${upstream_keepalive}" >> /etc/nginx/snippets/authentication/php-fpm-upstream.conf
echo " ${upstream_keepalive}" >> /etc/nginx/snippets/php-fpm-upstream.conf
for host in $php_fpm_hosts; do
if [[ ${host} != *":"* ]];then
php_listen_port=":${PHP_FPM_LISTEN_PORT}"
Expand Down

0 comments on commit 1876b23

Please sign in to comment.