diff --git a/h5bp/protocol/http2.conf b/h5bp/protocol/http2.conf new file mode 100644 index 00000000..431aeea7 --- /dev/null +++ b/h5bp/protocol/http2.conf @@ -0,0 +1,7 @@ +# ---------------------------------------------------------------------- +# | HTTP/2 Support | +# ---------------------------------------------------------------------- + +# https://nginx.org/en/docs/http/ngx_http_v2_module.html + +http2 on; diff --git a/h5bp/protocol/http3.conf b/h5bp/protocol/http3.conf new file mode 100644 index 00000000..39f3269f --- /dev/null +++ b/h5bp/protocol/http3.conf @@ -0,0 +1,7 @@ +# ---------------------------------------------------------------------- +# | HTTP/3 Support | +# ---------------------------------------------------------------------- + +# https://nginx.org/en/docs/http/ngx_http_v3_module.html + +http3 on;