We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d2b091 commit 88313daCopy full SHA for 88313da
h5bp/protocol/http2.conf
@@ -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
+# | HTTP/3 Support |
+# https://nginx.org/en/docs/http/ngx_http_v3_module.html
+http3 on;
0 commit comments