diff --git a/CHANGELOG.md b/CHANGELOG.md index e5015628..4f7c6a1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 (no unreleased versions) +## [2.4.4] - 2020-05-11 +### Fixed +- Bug fix on `install.sh` for http\2 support + ## [2.4.3] - 2020-05-11 ### Changed - Improvements in `haget.conf` for http\2 support diff --git a/storage/app/scripts/install.sh b/storage/app/scripts/install.sh index 4434a5ec..119530ca 100644 --- a/storage/app/scripts/install.sh +++ b/storage/app/scripts/install.sh @@ -328,6 +328,8 @@ server { listen 80 default_server; listen [::]:80 default_server; + listen 443 ssl; + listen [::]:443 ssl; root /var/www/html;