diff options
| Commit | abdbd80ac4dcc42619ee4ed12c19fb5d71fa2d83 (patch ) | |
|---|---|---|
| Author | Syndamia <kamen@syndamia.com> | 2022-09-06 10:53:34 +0300 |
| Committer | Syndamia <kamen@syndamia.com> | 2022-09-06 10:53:34 +0300 |
| Files | ba3e845eefb201676fcc87e964ab5035f3222585 /.b/etc/apache2/modules.d/41_mod_http2.conf | |
| dotfiles-abdbd80ac4dcc42619ee4ed12c19fb5d71fa2d83.tar dotfiles-abdbd80ac4dcc42619ee4ed12c19fb5d71fa2d83.tar.gz dotfiles-abdbd80ac4dcc42619ee4ed12c19fb5d71fa2d83.zip | ||
| Parent | dd6a62a3c881c0b2e71db5bb923c60a54d2b016d (diff) | |
Added many configs to .b
1 files changed, 9 insertions, 0 deletions
| -rw-r--r-- | .b/etc/apache2/modules.d/41_mod_http2.conf | 9 |
diff --git a/.b/etc/apache2/modules.d/41_mod_http2.conf b/.b/etc/apache2/modules.d/41_mod_http2.conf new file mode 100644 index 0000000..e4c9454 --- /dev/null +++ b/.b/etc/apache2/modules.d/41_mod_http2.conf @@ -0,0 +1,9 @@ +<IfDefine SSL> + <IfModule http2_module> + # enable debugging for this module + #LogLevel http2:info + + #Enable HTTP/2 support + Protocols h2 h2c http/1.1 + </IfModule> +</IfDefine> |
