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

Update nginx.conf.gtpl to suppress: 'listen ... http2' directive is deprecated #3804

Merged
merged 3 commits into from
Nov 11, 2024

Commits on Oct 18, 2024

  1. Update nginx.conf.gtpl to suppress: 'listen ... http2' directive is d…

    …eprecated
    
    Fixes issue #3791
    -----
    Changed this:
    listen 443 ssl http2;
    
    To this:
    listen 443 ssl;
    http2 on;
    -----
    Source: https://www.nginx.com/blog/nginx-plus-r30-released/#Important-Changes-in-Behavior-
    RonnieDilli authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    36049ff View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    47aef72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4fec6d View commit details
    Browse the repository at this point in the history