Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
willnode committed Nov 16, 2024
1 parent 3e98418 commit 57cf5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/executor/nginx.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class NginxExecutor {
}
if (httpconf == 3) {
node._add('http3', "on");
node._add('add_header', `Alt-Svc 'h3=":8443"; ma=86400'`);
node._add('add_header', `Alt-Svc 'h3=":443"; ma=86400'`);
}
} {
node._add('root', info.root);
Expand Down

0 comments on commit 57cf5b6

Please sign in to comment.