Skip to content

Commit 07fb022

Browse files
committed
Update HTTP/2 comment
1 parent aa0272a commit 07fb022

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/plugins-available/nginx_plugin.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1627,6 +1627,7 @@ function update($event_name, $data) {
16271627

16281628

16291629
// Nginx >= 1.25.1 uses a dedicated directive to enable HTTP/2 support
1630+
// This is a quirk for Nginx legacy versions (or simply Nginx < 1.25.1) and restores the required http2 parameter in the listen directive
16301631
if(version_compare($app->system->getnginxversion(true), '1.25.1', '<')) {
16311632
$vhost_data['http2_directive_compat_quirk'] = " http2";
16321633
}

0 commit comments

Comments
 (0)