Skip to content

Commit 1876b23

Browse files
committed
Release 7.0.7 - See CHANGELOG.md
1 parent 68567b0 commit 1876b23

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 7.0.7 2022-07-18 <dave at tiredofit dot ca>
2+
3+
### Changed
4+
- Fix for keepalives in upstream
5+
6+
17
## 7.0.6 2022-07-09 <dave at tiredofit dot ca>
28

39
### Changed

install/assets/functions/20-php-fpm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ phpfpm_configure_nginx() {
171171

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

0 commit comments

Comments
 (0)