Skip to content

Conversation

Copy link

Copilot AI commented Feb 9, 2026

Changes

nginx HTTP/2 enablement

  • Added http2 parameter to HTTPS listen directives in nginx templates
  • Affects all SSL certificate types: letsencrypt, customssl, selfsigned

Example

# Before
listen 443 ssl;

# After  
listen 443 ssl http2;

Verification

# Check HTTP/2
curl -I --http2 https://domain.com

Copilot AI changed the title [WIP] Enable HTTP2 support in nginx configuration Enable HTTP/2 on nginx Feb 9, 2026
Copilot AI changed the title Enable HTTP/2 on nginx Enable HTTP/2 and configure UDP firewall rules for QUIC/HTTP/3 Feb 9, 2026
Removed UDP port forwarding for HTTP/2 QUIC and HTTP/3 from firewall configuration.

Signed-off-by: Jason Pickering <[email protected]>
Removed UDP rule for HTTPS port in UFW configuration.

Signed-off-by: Jason Pickering <[email protected]>
Removed UFW rule for opening HTTPS port for UDP.

Signed-off-by: Jason Pickering <[email protected]>
@jason-p-pickering jason-p-pickering changed the title Enable HTTP/2 and configure UDP firewall rules for QUIC/HTTP/3 Enable HTTP/2 Feb 10, 2026
@sonarqubecloud
Copy link

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.

2 participants