Posted on January 11, 2017 at 10:52 pm
It is simple to enable HTTP/2 on Nginx, just replace this:
listen 443 ssl; |
With this:
listen 443 ssl http2; |
And reload your Nginx configuration:
service nginx reload |
You can find here a complete SSL configuration:
Let’s Encrypt on Nginx and SSL Grade A+
Updated on January 30, 2017 at 12:38 am
Other Posts
- Set OpenVPN to Listed on a Specific IP Address
- Bash Trim Leading and Trailing Whitespace from a String
- Bash Get Name of Ethernet Network Interface
- VPN Providers with Dedicated Static IP Address
- OpenVPN Iptables Rules
- WireGuard VPN Iptables Rules
- How to Install WireGuard VPN in Debian 10 Buster
- Bash: No space left on device (inodes issue)
Updated Posts
- Add Desktop shortcut for all Windows PC users
- How to pass custom command-lien parameters in InnoSetup
- Programmatically create desktop icon with InnoSetup
- GeneratePress - a Lightweight WordPress Theme 2021
- InnoSetup disable DesktopIcon via command-line
- Use cURL to authenticate with JWT Bearer tokens
- Detect VMWare Virtual Machine
- Detect Microsoft Virtual PC Virtual Machine