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