Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use HTTP/2 as default for all SSL connections #462

Merged
merged 3 commits into from
Jan 7, 2019
Merged

Conversation

cytopia
Copy link
Owner

@cytopia cytopia commented Jan 6, 2019

HTTP/2 as default for all SSL connections

DESCRIPTION

This PR makes HTTP/2 the default for all HTTPS connections.

  1. It will work for Nginx stable/mainline and Apache 2.4.
  2. Apache 2.2 is too old and does not support HTTP/2.

IMPORTANT

This PR updates the vhost-gen templates in cfg/vhost-gen/*.yml-example-*. So if you have currently applied custom per project or global vhost-gen templates, ensure to update them accordingly from the given examples.

FURTHER INFORMATION

Other involved PR's:

@cytopia cytopia self-assigned this Jan 6, 2019
@cytopia cytopia changed the title Fixes #431: Use HTTP/2 as default for all SSL connections WIP: Fixes #431: Use HTTP/2 as default for all SSL connections Jan 6, 2019
@cytopia cytopia changed the title WIP: Fixes #431: Use HTTP/2 as default for all SSL connections Fixes #431: Use HTTP/2 as default for all SSL connections Jan 6, 2019
@cytopia cytopia mentioned this pull request Jan 6, 2019
@cytopia cytopia changed the title Fixes #431: Use HTTP/2 as default for all SSL connections Use HTTP/2 as default for all SSL connections Jan 6, 2019
@cytopia cytopia merged commit bd12669 into master Jan 7, 2019
@cytopia cytopia deleted the http2-support branch January 7, 2019 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PWA Requirement / http2
2 participants