You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for HTTP2 in HAProxy frontend and listen sections
This commit introduces the `http2` boolean field for enabling HTTP2 support in HTTPS schemes. Updates were made to both backend logic and documentation for `frontend` and `listen` resources to reflect this new functionality. These changes enhance compatibility with modern web traffic protocols.
-`slow_attack` (Boolean) In a Slow POST attack, an attacker begins by sending a legitimate HTTP POST header to a Web server, exactly as they would under normal circumstances. The header specifies the exact size of the message body that will then follow. However, that message body is then sent at an alarmingly low rate – sometimes as slow as 1 byte per approximately two minutes.
70
70
-`ssl` (Block Set) SSL settings. (see [below for nested schema](#nestedblock--ssl))
71
71
-`ssl_offloading` (Boolean) Enable redirection from HTTP scheme to HTTPS scheme.
72
+
-`http2` (Boolean) Enable HTTP2 for HTTPS scheme.
72
73
-`timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
-`slow_attack` (Boolean) In a Slow POST attack, an attacker begins by sending a legitimate HTTP POST header to a Web server, exactly as they would under normal circumstances. The header specifies the exact size of the message body that will then follow. However, that message body is then sent at an alarmingly low rate – sometimes as slow as 1 byte per approximately two minutes.
77
77
-`ssl` (Block Set) SSL settings. (see [below for nested schema](#nestedblock--ssl))
78
78
-`ssl_offloading` (Boolean) Enable redirection from HTTP scheme to HTTPS scheme.
79
+
-`http2` (Boolean) Enable HTTP2 for HTTPS scheme.
79
80
-`timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
Copy file name to clipboardExpand all lines: templates/resources/haproxy_section_frontend.md.tmpl
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ Manage HAProxy Frontend sections. Please note that changes may cause HAProxy to
40
40
- `slow_attack` (Boolean) In a Slow POST attack, an attacker begins by sending a legitimate HTTP POST header to a Web server, exactly as they would under normal circumstances. The header specifies the exact size of the message body that will then follow. However, that message body is then sent at an alarmingly low rate – sometimes as slow as 1 byte per approximately two minutes.
41
41
- `ssl` (Block Set) SSL settings. (see [below for nested schema](#nestedblock--ssl))
42
42
- `ssl_offloading` (Boolean) Enable redirection from HTTP scheme to HTTPS scheme.
43
+
- `http2` (Boolean) Enable HTTP2 for HTTPS scheme.
43
44
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
Copy file name to clipboardExpand all lines: templates/resources/haproxy_section_listen.md.tmpl
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ Manage HAProxy Listen sections. Please note that changes may cause HAProxy to re
49
49
- `slow_attack` (Boolean) In a Slow POST attack, an attacker begins by sending a legitimate HTTP POST header to a Web server, exactly as they would under normal circumstances. The header specifies the exact size of the message body that will then follow. However, that message body is then sent at an alarmingly low rate – sometimes as slow as 1 byte per approximately two minutes.
50
50
- `ssl` (Block Set) SSL settings. (see [below for nested schema](#nestedblock--ssl))
51
51
- `ssl_offloading` (Boolean) Enable redirection from HTTP scheme to HTTPS scheme.
52
+
- `http2` (Boolean) Enable HTTP2 for HTTPS scheme.
52
53
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
0 commit comments