HTTP/2 as default for all SSL connections
DESCRIPTION
This PR makes HTTP/2 the default for all HTTPS connections.
- It will work for Nginx stable/mainline and Apache 2.4.
- 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.
Devilbox PR
Issue
FURTHER INFORMATION
Other already merged PR’s:
- vhost-gen: https://github.com/devilbox/vhost-gen/pull/33
- Apache 2.4: https://github.com/devilbox/docker-apache-2.4/pull/21
- Nginx stable: https://github.com/devilbox/docker-nginx-stable/pull/21
- Nginx mainline: https://github.com/devilbox/docker-nginx-mainline/pull/22