Skip to content

Commit cc98179

Browse files
onemannoplandependabot[bot]petecooperLeoColomb
committed
Switch to the newest http2 directive (#335)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pete Cooper <[email protected]> Co-authored-by: Léo Colombaro <[email protected]>
1 parent 4fb00d3 commit cc98179

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

conf.d/.default.conf

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@
1212
server {
1313
listen [::]:443 quic reuseport;
1414
listen 443 quic reuseport;
15-
listen [::]:443 ssl http2 default_server;
16-
listen 443 ssl http2 default_server;
15+
listen [::]:443 ssl default_server;
16+
listen 443 ssl default_server;
17+
18+
http2 on;
19+
http3 on;
1720

1821
server_name _;
1922

0 commit comments

Comments
 (0)