@@ -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
@@ -328,6 +328,8 @@ server {
listen 80 default_server;
listen [::]:80 default_server;
+ listen 443 ssl;
+ listen [::]:443 ssl;
root /var/www/html;