Skip to content

Commit 582c89f

Browse files
committed
Add HTTP/2 configuration to Staticfile docs
- Implementation PR: cloudfoundry/staticfile-buildpack#254 [cloudfoundry/routing-release#200] Authored-by: Greg Cobb <[email protected]>
1 parent 3b0bf6f commit 582c89f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

staticfile/index.html.md.erb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,13 @@ To configure these options, add the configuration property as a new line in your
8989
</td>
9090
<td><strong>Proxy support</strong>: Allows you to use a proxy when downloading dependencies during the staging of your app.</td>
9191
</tr>
92+
<tr>
93+
<td id="enable-http2">
94+
<code>enable_http2: true</code><br><br>
95+
Alternatively, set the <code>ENABLE_HTTP2</code> environment variable to <code>true</code>.
96+
</td>
97+
<td><strong>Enable HTTP/2</strong>: Serve requests via HTTP/2 instead of HTTP/1.1. This will disable serving HTTP/1.1 traffic.</td>
98+
</tr>
9299
<tr>
93100
<td id="force-https">
94101
<code>force_https: true</code><br><br>

0 commit comments

Comments
 (0)