Skip to content

Commit

Permalink
Merge pull request #77 from loics2/feature/azure920-add-http2
Browse files Browse the repository at this point in the history
Add HTTP2
  • Loading branch information
sephii authored Sep 24, 2024
2 parents 6e21e26 + aae2cd5 commit 5a13bbd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

This project tries to follow [Semantic Versioning](http://semver.org/).

## Unreleased

## [0.9.14] - 2024-09-24

### Added

- Lib: add HTTP2 configuration to the nginx configuration

## [0.9.13] - 2023-10-31

- Docker: upgrade nginx (1.23.2 -> 1.25.3)
Expand Down
2 changes: 1 addition & 1 deletion lib/_nginx_cfg_https.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ nginx_cfg_https_default() {
local https_port=$2
retval="
server {
listen $https_port ssl;
listen $https_port ssl http2;
ssl_certificate /etc/letsencrypt/live/$domain/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/$domain/privkey.pem;
Expand Down

0 comments on commit 5a13bbd

Please sign in to comment.