Skip to content

Commit

Permalink
Split protocol support into separate files
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb committed Nov 23, 2023
1 parent 5d2b091 commit 88313da
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions h5bp/protocol/http2.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# ----------------------------------------------------------------------
# | HTTP/2 Support |
# ----------------------------------------------------------------------

# https://nginx.org/en/docs/http/ngx_http_v2_module.html

http2 on;
7 changes: 7 additions & 0 deletions h5bp/protocol/http3.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# ----------------------------------------------------------------------
# | HTTP/3 Support |
# ----------------------------------------------------------------------

# https://nginx.org/en/docs/http/ngx_http_v3_module.html

http3 on;

0 comments on commit 88313da

Please sign in to comment.