Browse Source

http/2 fix

Andrea Pollastri 5 years ago
parent
commit
2fc81ae8d6
2 changed files with 6 additions and 0 deletions
  1. 4 0
      CHANGELOG.md
  2. 2 0
      storage/app/scripts/install.sh

+ 4 - 0
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

+ 2 - 0
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;