Skip to content

Commit 88313da

Browse files
committed
Split protocol support into separate files
1 parent 5d2b091 commit 88313da

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

h5bp/protocol/http2.conf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# ----------------------------------------------------------------------
2+
# | HTTP/2 Support |
3+
# ----------------------------------------------------------------------
4+
5+
# https://nginx.org/en/docs/http/ngx_http_v2_module.html
6+
7+
http2 on;

h5bp/protocol/http3.conf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# ----------------------------------------------------------------------
2+
# | HTTP/3 Support |
3+
# ----------------------------------------------------------------------
4+
5+
# https://nginx.org/en/docs/http/ngx_http_v3_module.html
6+
7+
http3 on;

0 commit comments

Comments
 (0)