Skip to content

Commit 0a0ec5a

Browse files
jbellerbkcmartin
andauthored
Update machines/api/machines-resource.html.markerb
Co-authored-by: Kristin Martin <[email protected]>
1 parent 1328592 commit 0a0ec5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machines/api/machines-resource.html.markerb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1267,7 +1267,7 @@ You cannot change which volume a Machine is attached to by updating the Machine'
12671267
- `headers`: ({"headers": {string:string}} (nil)) HTTP headers to set on responses.
12681268
- `pristine`: bool (false) - If true, do not add any Fly.io headers to HTTP responses. The following response headers won’t be added and won’t be modified if returned by the app: `Server`, `Via`, `Fly-Request-Id`, `Fly-Cache-Status`.
12691269
+ `tls_options`: Fiddly TLS options (if you don’t know you need to mess with these, you don’t need to), including:
1270-
- `alpn`: [string, string] ([]) : ALPN protocols to present TLS clients (for instance, [“mqtt”]).
1270+
- `alpn`: [string, string] ([]) : ALPN protocols to present TLS clients (for example, [“mqtt”]).
12711271
- `default_self_signed`: bool (false) - If true, serve a self-signed certificate if no certificate exists.
12721272
- `versions`: [string, string] ([]) : TLS versions to allow (for instance, [“TLSv1.2”, “TLSv1.3”]).
12731273
+ `proxy_proto_options`: Configure the version of the PROXY protocol that your app accepts. Version 1 is the default.

0 commit comments

Comments
 (0)