We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e7fcb commit 3bcc389Copy full SHA for 3bcc389
CHANGELOG.md
@@ -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
7
## 5.16.3 2022-02-09 <dave at tiredofit dot ca>
8
9
### Changed
install/etc/cont-init.d/10-nginx
@@ -374,7 +374,7 @@ EOF
374
echo "fastcgi_param HTTPS 'on';" >>/etc/nginx/fastcgi_params
375
PROTOCOL="https://"
376
else
377
- print_notice "Disable Nginx FastCGI HTTPS Termination Support"
+ print_debug "Disable Nginx FastCGI HTTPS Termination Support"
378
echo "fastcgi_param HTTPS 'off';" >>/etc/nginx/fastcgi_params
379
PROTOCOL="http://"
380
fi
0 commit comments