Split protocol support into separate files

This commit is contained in:
Léo Colombaro 2023-07-23 11:58:37 +02:00
parent b29addf7bb
commit 8a760a187f
2 changed files with 14 additions and 0 deletions

7
h5bp/protocol/http2.conf Normal file
View File

@ -0,0 +1,7 @@
# ----------------------------------------------------------------------
# | HTTP/2 Support |
# ----------------------------------------------------------------------
# https://nginx.org/en/docs/http/ngx_http_v2_module.html
http2 on;

7
h5bp/protocol/http3.conf Normal file
View File

@ -0,0 +1,7 @@
# ----------------------------------------------------------------------
# | HTTP/3 Support |
# ----------------------------------------------------------------------
# https://nginx.org/en/docs/http/ngx_http_v3_module.html
http3 on;