Split protocol support into separate files
This commit is contained in:
parent
b29addf7bb
commit
8a760a187f
|
@ -0,0 +1,7 @@
|
|||
# ----------------------------------------------------------------------
|
||||
# | HTTP/2 Support |
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
# https://nginx.org/en/docs/http/ngx_http_v2_module.html
|
||||
|
||||
http2 on;
|
|
@ -0,0 +1,7 @@
|
|||
# ----------------------------------------------------------------------
|
||||
# | HTTP/3 Support |
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
# https://nginx.org/en/docs/http/ngx_http_v3_module.html
|
||||
|
||||
http3 on;
|
Loading…
Reference in New Issue