Skip to content

Commit 3bcc389

Browse files
committed
Release 5.16.4 - See CHANGELOG.md
1 parent 29e7fcb commit 3bcc389

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+
## 5.16.4 2022-02-18 <dave at tiredofit dot ca>
2+
3+
### Changed
4+
- Stop notifying us of disabling a feature all the time
5+
6+
17
## 5.16.3 2022-02-09 <dave at tiredofit dot ca>
28

39
### Changed

install/etc/cont-init.d/10-nginx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ EOF
374374
echo "fastcgi_param HTTPS 'on';" >>/etc/nginx/fastcgi_params
375375
PROTOCOL="https://"
376376
else
377-
print_notice "Disable Nginx FastCGI HTTPS Termination Support"
377+
print_debug "Disable Nginx FastCGI HTTPS Termination Support"
378378
echo "fastcgi_param HTTPS 'off';" >>/etc/nginx/fastcgi_params
379379
PROTOCOL="http://"
380380
fi

0 commit comments

Comments
 (0)