Skip to content

Commit

Permalink
http/2 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreapollastri committed May 11, 2020
1 parent 4460f2d commit 2fc81ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions storage/app/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,8 @@ server {
listen 80 default_server;
listen [::]:80 default_server;
listen 443 ssl;
listen [::]:443 ssl;
root /var/www/html;
Expand Down

0 comments on commit 2fc81ae

Please sign in to comment.