Project

General

Profile

Actions

Todo #15863

open

Update nginx HTTP2 syntax

Added by Jim Pingle 9 days ago. Updated 1 day ago.

Status:
Feedback
Priority:
Normal
Assignee:
Category:
Web Interface
Target version:
Start date:
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
25.01
Release Notes:
Default

Description

nginx is logging a deprecation notice for the current HTTP2 syntax:

2024/11/25 08:06:48 [warn] 80936#100292: the "listen ... http2" directive is deprecated, use the "http2" directive instead in /var/etc/nginx-webConfigurator.conf:30
2024/11/25 08:06:48 [warn] 80936#100292: the "listen ... http2" directive is deprecated, use the "http2" directive instead in /var/etc/nginx-webConfigurator.conf:31

The lines in question are:

                listen 443 ssl http2;
                listen [::]:443 ssl http2;

These should be changed to:

                listen 443 ssl;
                listen [::]:443 ssl;
                http2 on;

That should be done for both the GUI and captive portal web server configurations.

Actions #1

Updated by Jim Pingle 1 day ago

  • Assignee set to Jim Pingle
Actions #2

Updated by Jim Pingle 1 day ago

  • Status changed from New to Feedback
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF