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
Copy file name to clipboardExpand all lines: examples/https-termination/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# HTTPS Termination Example
2
2
3
-
In this example we expand on the simple [cafe-example](../cafe-example) by adding HTTPS termination to our routes and an HTTPS redirect from port 80 to 443.
3
+
In this example, we expand on the simple [cafe-example](../cafe-example) by adding HTTPS termination to our routes and an HTTPS redirect from port 80 to 443.
4
4
5
5
## Running the Example
6
6
@@ -55,7 +55,7 @@ In this example we expand on the simple [cafe-example](../cafe-example) by addin
55
55
56
56
This [Gateway](./gateway.yaml) configures:
57
57
*`http` listener for HTTP traffic
58
-
*`https` listener for HTTPS traffic. It terminates TLS connections using the `cafe-secret` we created in the step 1.
58
+
*`https` listener for HTTPS traffic. It terminates TLS connections using the `cafe-secret` we created in step 1.
0 commit comments